Skip to content

Commit

Permalink
Made sure that DB_USERNAME is set in the secrets instead of the [env]…
Browse files Browse the repository at this point in the history
… section of the mysql fly.toml file.
  • Loading branch information
Johannes Werbrouck authored and Johannes Werbrouck committed Aug 21, 2023
1 parent cae63de commit 17257d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/templates/mysql/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ destination="/data"

[env]
MYSQL_DATABASE = "$DATABASE_NAME$"
MYSQL_USER = "$USER_NAME$"

# As of 04/25/2023:
# MySQL 8.0.33 has a bug in it
Expand Down

0 comments on commit 17257d6

Please sign in to comment.