heroku: make env var customizable

master
pictuga 2021-11-24 21:40:34 +01:00
parent e79c426c6e
commit 321763710d
2 changed files with 17 additions and 7 deletions

View File

@ -1 +1,17 @@
{"stack": "container"} {
"stack": "container",
"env": {
"DEBUG": {
"value": 1,
"required": false
},
"CACHE": {
"value": "diskcache",
"required": false
},
"CACHE_SIZE": {
"value": 1073741824,
"required": false
}
}
}

View File

@ -1,9 +1,3 @@
setup:
config:
DEBUG: 1
CACHE: diskcache
CACHE_SIZE: 1073741824
build: build:
docker: docker:
web: Dockerfile web: Dockerfile