play-api/config.ini.example

18 lines
351 B
Plaintext

[api]
permission_url = https://example.com/perm
cache_seconds = 30
log_level = DEBUG
password = dummy
[db]
database = somedatabase
user = someuser
password = somepassword
# If host is omitted, use a UNIX socket on localhost.
#host = localhost
# Port can be omitted if using the default port 3306.
# Only relevant if host is specified.
#port = 3306