[DEFAULT] debug = true verbose = true ui_url = {{ refstack_url }} [api] static_root = /refstack-ui/app template_path = /refstack-ui/app app_dev_mode = true api_url = {{ refstack_url }} enable_anonymous_upload = {{ enable_anonymous_upload | default(false) }} [database] connection = "mysql+pymysql://{{ refstack_db_username}}:{{ refstack_db_password }}@127.0.0.1/refstack?charset=utf8" [osid] openstack_openid_endpoint = {{ refstack_openid_endpoint }}