add kubernetes stuff

This commit is contained in:
2020-11-27 04:18:09 +01:00
parent 5c44768812
commit a194b60077
3 changed files with 72 additions and 1 deletions

View File

@@ -25,3 +25,4 @@ POSTGRES_PASSWORD = os.getenv("POSTGRES_PASSWORD", "webshop")
POSTGRES_DB = os.getenv("POSTGRES_DB", "webshop")
SECRET_KEY = os.getenv("SECRET_KEY")
ALLOWED_ORIGINS = os.environ.get('ALLOWED_ORIGINS', '*')