diff --git a/README.md b/README.md index 6c6cb48..c155884 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# AI-DungeonMaster +# Keys \ No newline at end of file diff --git a/app.yaml b/app.yaml index 9def78f..864cdba 100644 --- a/app.yaml +++ b/app.yaml @@ -1,17 +1,7 @@ -runtime: python -runtime_config: - python_version: 3 -entrypoint: gunicorn -t 240 --log-level debug --debug -b :$PORT main:app -threadsafe: true -env: flex +runtime: python37 +entrypoint: gunicorn --timeout=300 --graceful-timeout=300 --log-level debug --debug -b :$PORT main:app +instance_class: F1 -manual_scaling: - instances: 4 - -resources: - cpu: 1 - memory_gb: 2.0 - disk_size_gb: 10 handlers: # This configures Google App Engine to serve the files in the app's static