made changes for testing
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
# https://docs.fossorial.io/Pangolin/Configuration/config
|
||||
|
||||
app:
|
||||
dashboard_url: "https://pangolin.akanealw2.com"
|
||||
dashboard_url: "https://pangolin.akanealw3.com"
|
||||
log_level: "debug
|
||||
save_logs: true
|
||||
|
||||
domains:
|
||||
domain1:
|
||||
base_domain: "akanealw2.com"
|
||||
base_domain: "akanealw3.com"
|
||||
cert_resolver: "letsencrypt"
|
||||
prefer_wildcard_cert: true
|
||||
|
||||
@@ -25,7 +25,7 @@ server:
|
||||
resource_session_request_param: "p_session_request"
|
||||
secret: CGjidUyt3AbKdYA3hpvsfbObKx2tyrdy
|
||||
cors:
|
||||
origins: ["https://pangolin.akanealw2.com"]
|
||||
origins: ["https://pangolin.akanealw3.com"]
|
||||
methods: ["GET", "POST", "PUT", "DELETE", "PATCH"]
|
||||
headers: ["X-CSRF-Token", "Content-Type"]
|
||||
credentials: false
|
||||
@@ -37,7 +37,7 @@ traefik:
|
||||
|
||||
gerbil:
|
||||
start_port: 51820
|
||||
base_endpoint: "pangolin.akanealw2.com"
|
||||
base_endpoint: "pangolin.akanealw3.com"
|
||||
use_subdomain: false
|
||||
block_size: 24
|
||||
site_block_size: 30
|
||||
|
||||
Reference in New Issue
Block a user