From a67aa3852d141383c02a34c0942a3bb98217c518 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 4 Oct 2025 20:57:11 -0700 Subject: [PATCH] Remove config --- config/config.yml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 config/config.yml diff --git a/config/config.yml b/config/config.yml deleted file mode 100644 index 9ae2a1e6..00000000 --- a/config/config.yml +++ /dev/null @@ -1,39 +0,0 @@ -app: - dashboard_url: "https://pangolin.internal" - log_level: debug -server: - cors: - origins: - - "https://pangolin.internal" - methods: - - "GET" - - "POST" - - "PUT" - - "DELETE" - - "PATCH" - allowed_headers: - - "X-CSRF-Token" - - "Content-Type" - credentials: true - secret: 1b5f55122e7611f0bf624bafe52c91daadsfjhksd234 -gerbil: - base_endpoint: pangolin.fosrl.io -flags: - require_email_verification: true - disable_signup_without_invite: false - disable_user_create_org: true - allow_base_domain_resources: false - disable_local_sites: false - disable_basic_wireguard_sites: true - enable_integration_api: true - disable_config_managed_domains: true - hide_supporter_key: true - enable_redis: true - enable_clients: true - allow_raw_resources: true -email: - smtp_host: "email-smtp.us-east-1.amazonaws.com" - smtp_port: 587 - smtp_user: "AKIATFBMPNE6PKLOK4MK" - smtp_pass: "BHStM/Nz9B9Crt3YePtsVDnjEp4MZmXqoQvZXWk0MQTC" - no_reply: no-reply@fossorial.io