Skip to content

Commit

Permalink
🐛 fix default MARIADB_HOSTNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Nov 16, 2023
1 parent ecb2c44 commit cfad5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
revision = getenv("KNOQ_REVISION", "unknown")
development = getenv("DEVELOPMENT", "false")

mariadbHost = getenv("MARIADB_HOSTNAME", "mysql")
mariadbHost = getenv("MARIADB_HOSTNAME", "db")
mariadbUser = getenv("MARIADB_USERNAME", "root")
mariadbPassword = getenv("MARIADB_PASSWORD", "password")
mariadbDatabase = getenv("MARIADB_DATABASE", "knoQ")
Expand Down

0 comments on commit cfad5e3

Please sign in to comment.