mirror of
https://github.com/ThatNotEasy/PlayReadyProxy-API.git
synced 2026-04-02 18:48:25 +00:00
released
This commit is contained in:
10
.env.example
10
.env.example
@@ -1,6 +1,6 @@
|
||||
[DEFAULT]
|
||||
FLASK_DEBUG = # True or False
|
||||
FLASK_ENV = # Development or Production
|
||||
FLASK_APP = # app.py
|
||||
FLASK_RUN_HOST = # LOCAL IP
|
||||
FLASK_RUN_PORT = # LOCAL PORT
|
||||
FLASK_DEBUG = True
|
||||
FLASK_ENV = Development
|
||||
FLASK_APP = app.py
|
||||
FLASK_RUN_HOST = 0.0.0.0
|
||||
FLASK_RUN_PORT = 1337
|
||||
Reference in New Issue
Block a user