diff --git a/imageroot/bin/config.toml b/imageroot/bin/config.toml index 6d4d253..458624e 100644 --- a/imageroot/bin/config.toml +++ b/imageroot/bin/config.toml @@ -1,7 +1,8 @@ [app] # Interface and port where the app will run its webserver. address = "0.0.0.0:9000" - +admin_username = "${ADMIN_USERNAME}" +admin_password = "${ADMIN_PASSWORD}" # Database. [db] host = "${DATABASE_HOST}"