Biscd, what else would you like with your Gitea?
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.
 
 
 
 

15 lines
306 B

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