15 lines
238 B
YAML
15 lines
238 B
YAML
# database settings
|
|
postgres:
|
|
database:
|
|
user:
|
|
password:
|
|
host:
|
|
port:
|
|
|
|
# login data for the initial admin level curator
|
|
admin:
|
|
name: admin
|
|
password: admin
|
|
|
|
# name used for the session cookies
|
|
cookie_name: THEWALL |