File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 ############################ Core configuration ###########################
88
99 # The URL for the Defguard Core. This is the URL under which the Defguard Core should be accessible.
10- core_url = "https ://defguard.example.com"
10+ core_url = "http ://defguard.example.com:8000 "
1111
1212 # The gRPC port for the Defguard Core. This is the port that the core will use to communicate with Defguard Gateways.
1313 core_grpc_port = 50055
@@ -17,7 +17,7 @@ locals {
1717
1818 # Whether to allow insecure cookies for the Defguard Core web UI. Set to true if you
1919 # are using HTTP to access the Defguard Core web UI.
20- core_cookie_insecure = false
20+ core_cookie_insecure = true
2121
2222 # The initial password for the "admin" user. Use it to login to the Defguard Core web UI for the first time.
2323 default_admin_password = "pass123"
@@ -36,7 +36,7 @@ locals {
3636 ########################### Proxy configuration ###########################
3737
3838 # The URL for the Defguard Proxy. This is the URL under which the Defguard Proxy should be accessible.
39- proxy_url = "https ://proxy.example.com"
39+ proxy_url = "http ://proxy.example.com:8000 "
4040
4141 # The gRPC port for the Defguard Proxy. This is the port that the proxy will use to communicate with the Defguard Core.
4242 proxy_grpc_port = 50051
You can’t perform that action at this time.
0 commit comments