-
Notifications
You must be signed in to change notification settings - Fork 1
Core
rbw0 edited this page Jun 27, 2018
·
4 revisions
| 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'] |
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'