mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 17:21:43 +02:00
Refactor for heroku
This commit is contained in:
19
backend/app.yaml
Normal file
19
backend/app.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
runtime: python39
|
||||
|
||||
manual_scaling:
|
||||
# Das ist alles bloß dumm schnell zusammengehackt...
|
||||
instances: 1
|
||||
|
||||
handlers:
|
||||
# This configures Google App Engine to serve the files in the app's static
|
||||
# directory.
|
||||
- url: /static
|
||||
static_dir: static
|
||||
|
||||
# This handler routes all requests not caught above to your main app. It is
|
||||
# required when static routes are defined, but can be omitted (along with
|
||||
# the entire handlers section) when there are no static files defined.
|
||||
- url: /.*
|
||||
script: auto
|
||||
secure: always
|
||||
redirect_http_response_code: 301
|
Reference in New Issue
Block a user