remove the lmm sandbox (#568)

This commit is contained in:
Logan McDonald 2023-05-02 08:59:36 -07:00 committed by GitHub
parent d9d86fb8c0
commit c56e08f380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 31 deletions

View file

@ -12,7 +12,6 @@ on:
- 'sspj/**' - 'sspj/**'
- 'mr/**' - 'mr/**'
- 'nmb/**' - 'nmb/**'
- 'lmm/**'
jobs: jobs:
variables: variables:

View file

@ -16,7 +16,6 @@ on:
- stable - stable
- rjm - rjm
- jon - jon
- lmm
- ik - ik
- sspj - sspj
- nmb - nmb

View file

@ -17,7 +17,6 @@ on:
- stable - stable
- rjm - rjm
- jon - jon
- lmm
- ik - ik
- sspj - sspj
- nmb - nmb

View file

@ -1,27 +0,0 @@
---
applications:
- name: getgov-lmm
buildpacks:
- python_buildpack
path: ../../src
instances: 1
memory: 512M
stack: cflinuxfs3
timeout: 180
command: ./run.sh
health-check-type: http
health-check-http-endpoint: /health
env:
# Send stdout and stderr straight to the terminal without buffering
PYTHONUNBUFFERED: yup
# 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-lmm.app.cloud.gov
# Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO
routes:
- route: getgov-lmm.app.cloud.gov
services:
- getgov-credentials
- getgov-lmm-database

View file

@ -555,7 +555,6 @@ ALLOWED_HOSTS = [
"getgov-sspj.app.cloud.gov", "getgov-sspj.app.cloud.gov",
"getgov-nmb.app.cloud.gov", "getgov-nmb.app.cloud.gov",
"getgov-ik.app.cloud.gov", "getgov-ik.app.cloud.gov",
"getgov-lmm.app.cloud.gov",
"get.gov", "get.gov",
] ]