#3785: Change dk to kma sandbox (#3807)

Change dk to kma sandbox
This commit is contained in:
lizpearl 2025-05-21 07:31:48 -05:00 committed by GitHub
parent 4359d4df98
commit 0096e6579d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 12 additions and 12 deletions

View file

@ -27,7 +27,7 @@ on:
- ko - ko
- ab - ab
- rjm - rjm
- dk - kma
- dg - dg
- el - el

View file

@ -30,7 +30,7 @@ on:
- ko - ko
- ab - ab
- rjm - rjm
- dk - kma
- dg - dg
jobs: jobs:

View file

@ -16,7 +16,7 @@ on:
- backup - backup
- el - el
- cb - cb
- dk - kma
- es - es
- gd - gd
- ko - ko

View file

@ -18,7 +18,7 @@ jobs:
|| startsWith(github.head_ref, 'za/') || startsWith(github.head_ref, 'za/')
|| startsWith(github.head_ref, 'rh/') || startsWith(github.head_ref, 'rh/')
|| startsWith(github.head_ref, 'nl/') || startsWith(github.head_ref, 'nl/')
|| startsWith(github.head_ref, 'dk/') || startsWith(github.head_ref, 'kma/')
|| startsWith(github.head_ref, 'es/') || startsWith(github.head_ref, 'es/')
|| startsWith(github.head_ref, 'ky/') || startsWith(github.head_ref, 'ky/')
|| startsWith(github.head_ref, 'backup/') || startsWith(github.head_ref, 'backup/')

View file

@ -14,7 +14,7 @@ on:
- backup - backup
- el - el
- cb - cb
- dk - kma
- es - es
- gd - gd
- ko - ko

View file

@ -35,7 +35,7 @@ on:
- ko - ko
- ab - ab
- rjm - rjm
- dk - kma
- dg - dg
jobs: jobs:

View file

@ -35,7 +35,7 @@ on:
- ko - ko
- ab - ab
- rjm - rjm
- dk - kma
- dg - dg
jobs: jobs:

View file

@ -1,6 +1,6 @@
--- ---
applications: applications:
- name: getgov-dk - name: getgov-kma
buildpacks: buildpacks:
- python_buildpack - python_buildpack
path: ../../src path: ../../src
@ -18,7 +18,7 @@ applications:
# Tell Django where to find its configuration # Tell Django where to find its configuration
DJANGO_SETTINGS_MODULE: registrar.config.settings DJANGO_SETTINGS_MODULE: registrar.config.settings
# Tell Django where it is being hosted # Tell Django where it is being hosted
DJANGO_BASE_URL: https://getgov-dk.app.cloud.gov DJANGO_BASE_URL: https://getgov-kma.app.cloud.gov
# Tell Django how much stuff to log # Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO DJANGO_LOG_LEVEL: INFO
# tell django what log format to use: console or json. See settings.py for more details. # tell django what log format to use: console or json. See settings.py for more details.
@ -28,7 +28,7 @@ applications:
# Flag to disable/enable features in prod environments # Flag to disable/enable features in prod environments
IS_PRODUCTION: False IS_PRODUCTION: False
routes: routes:
- route: getgov-dk.app.cloud.gov - route: getgov-kma.app.cloud.gov
services: services:
- getgov-credentials - getgov-credentials
- getgov-dk-database - getgov-kma-database

View file

@ -790,7 +790,7 @@ ALLOWED_HOSTS = [
"getgov-ko.app.cloud.gov", "getgov-ko.app.cloud.gov",
"getgov-ab.app.cloud.gov", "getgov-ab.app.cloud.gov",
"getgov-rjm.app.cloud.gov", "getgov-rjm.app.cloud.gov",
"getgov-dk.app.cloud.gov", "getgov-kma.app.cloud.gov",
"getgov-dg.app.cloud.gov", "getgov-dg.app.cloud.gov",
"manage.get.gov", "manage.get.gov",
] ]