mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
fixed yaml file
This commit is contained in:
Binary file not shown.
@@ -1,7 +1,9 @@
|
||||
runtime: python37
|
||||
entrypoint: gunicorn --timeout=300 --graceful-timeout=300 --log-level debug --debug -b :$PORT main:app
|
||||
entrypoint: gunicorn --timeout=300 --graceful-timeout=300 -b :$PORT main:app
|
||||
instance_class: F1
|
||||
|
||||
automatic_scaling:
|
||||
min_instances: 2
|
||||
|
||||
handlers:
|
||||
# This configures Google App Engine to serve the files in the app's static
|
||||
|
||||
Reference in New Issue
Block a user