Skip to content

Commit

Permalink
fix: Add new IP to allowed list
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Sep 20, 2024
1 parent 2aa3f9f commit 8c55b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/geokrety_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ x-variables: &variables
{% if params.new_env_flag is defined and params.new_env_flag %}
GK_SITE_BASE_SERVER_URL: "https://{{ params.website.uri.0 }}"
GK_SITE_BASE_SERVER_FQDN: "{{ params.website.uri.0 }}"
GK_SYSTEM_PATH_ALLOWED_IPS: "127.0.0.1,192.168.0.0/16,172.16.0.0/12,10.0.0.0/8,130.180.209.67"
GK_SYSTEM_PATH_ALLOWED_IPS: "127.0.0.1,192.168.0.0/16,172.16.0.0/12,10.0.0.0/8,130.180.209.67,82.66.168.93"

GK_MINIO_SERVER_URL_EXTERNAL: "https://{{ params.minio.uri_external }}"
MINIO_ACCESS_KEY: "{{ params.minio.access_key }}"
Expand Down

0 comments on commit 8c55b0f

Please sign in to comment.