Skip to content

Commit

Permalink
Fix .env.example to allow it to be \'d
Browse files Browse the repository at this point in the history
  • Loading branch information
davidianstyle committed Feb 27, 2024
1 parent 78d73b1 commit 703b29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ DB_USER=[root]
DB_PASSWORD=[password]
DB_NAME=[local_db]
DB_CONNECTION_NAME=[mysql:$MYSQL_PORT]
DB_CONNECTION_STRING=$DB_USER:$DB_PASSWORD@tcp($DB_CONNECTION_NAME)/$DB_NAME?charset=utf8&parseTime=True&loc=Local
DB_CONNECTION_STRING="$DB_USER:$DB_PASSWORD@tcp($DB_CONNECTION_NAME)/$DB_NAME?charset=utf8&parseTime=True&loc=Local"

0 comments on commit 703b29f

Please sign in to comment.