lila/conf/application.conf.default
Niklas Fiekas 3d42d02553 clarify secrets in base.conf, move one to application.conf.default
Update your application.conf based on application.conf.default if your
server fails to start with:

    Oops, cannot start the server.
    com.typesafe.config.ConfigException$Missing: merge of system properties,base.conf @ jar:file:/home/niklas/Projekte/lila/target/bg-jobs/sbt_4cb511b/job-1/target/a584586c/67d70042/lila_2.13-3.2.jar!/base.conf: 407: No configuration setting found for key 'password'
2021-01-25 16:51:00 +01:00

8 lines
183 B
Plaintext

include "base"
include "version"
# change for additional encryption of password hashes
user.password.bpass.secret = "9qEYN0ThHer1KWLNekA76Q=="
# override values from base.conf here