Skip to content

Commit

Permalink
🔧 Configure env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jan 19, 2025
1 parent 4aef6fc commit d46d7c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/.env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MYSQL_HOSTNAME=localhost
MYSQL_PORT=3306
MYSQL_USER=h24w14
MYSQL_PASSWORD=password
MYSQL_DATABASE=h24w14
RUST_LOG=debug
2 changes: 2 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ target/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

.env

0 comments on commit d46d7c6

Please sign in to comment.