Skip to content

Commit

Permalink
feat: added ADMIN_PASSWORD and ADMIN_USERNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 14, 2024
1 parent 7d53170 commit 79e0653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imageroot/bin/config.toml
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 79e0653

Please sign in to comment.