You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
222 B
12 lines
222 B
4 years ago
|
flask_development_server:
|
||
|
# Options: production, development
|
||
|
flask_env: production
|
||
|
# Options: 127.0.0.1 , 0.0.0.0
|
||
|
server_host: 127.0.0.1
|
||
|
port: 5000
|
||
|
|
||
|
logging:
|
||
|
log_to_sdout: true
|
||
|
logfile: info.log
|
||
|
|
||
|
message: Hoi
|