File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
############################ Core configuration ###########################
8
8
9
9
# 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 "
11
11
12
12
# The gRPC port for the Defguard Core. This is the port that the core will use to communicate with Defguard Gateways.
13
13
core_grpc_port = 50055
@@ -17,7 +17,7 @@ locals {
17
17
18
18
# Whether to allow insecure cookies for the Defguard Core web UI. Set to true if you
19
19
# are using HTTP to access the Defguard Core web UI.
20
- core_cookie_insecure = false
20
+ core_cookie_insecure = true
21
21
22
22
# The initial password for the "admin" user. Use it to login to the Defguard Core web UI for the first time.
23
23
default_admin_password = "pass123"
@@ -36,7 +36,7 @@ locals {
36
36
########################### Proxy configuration ###########################
37
37
38
38
# 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 "
40
40
41
41
# The gRPC port for the Defguard Proxy. This is the port that the proxy will use to communicate with the Defguard Core.
42
42
proxy_grpc_port = 50051
You can’t perform that action at this time.
0 commit comments