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_stdout: true logfile: info.log production_path: /opt/biscd SECRET_KEY: this-should-be-very-secret BOOTSTRAP_SERVE_LOCAL: True