#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

@ -1,6 +1,6 @@
---
applications:
- name: getgov-dk
- name: getgov-kma
buildpacks:
- python_buildpack
path: ../../src
@ -18,7 +18,7 @@ applications:
# Tell Django where to find its configuration
DJANGO_SETTINGS_MODULE: registrar.config.settings
# 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
DJANGO_LOG_LEVEL: INFO
# 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
IS_PRODUCTION: False
routes:
- route: getgov-dk.app.cloud.gov
- route: getgov-kma.app.cloud.gov
services:
- getgov-credentials
- getgov-dk-database
- getgov-kma-database