Skip to content
rbw0 edited this page Jun 27, 2018 · 4 revisions

Core settings

Name required data type default value notes
database_uri no string sqlite+pysqlite:///redap.db SQLAlchemy database URI
auth_type no enum disabled ['api_key', 'disabled']

 

Example

settings/core.yaml

# Can be either `api_key` or `disabled` currently
auth_type: api_key

# SQLAlchemy connection string
database_uri: 'sqlite+pysqlite:///.db/redap.db'

Clone this wiki locally