Skip to content

Commit

Permalink
Add .env.example's
Browse files Browse the repository at this point in the history
  • Loading branch information
berat-yilmaz committed Apr 30, 2024
1 parent 02fc004 commit 2a857b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DB_HOST=db
DB_NAME=nba_database
DB_USER=group4
DB_PASSWORD=group4_dbnba
DB_PORT=3306
DB_ROOT_PASSWORD=admin_group4_dbnba
DEPLOY_MACHINE_IP=127.0.0.1
REACT_APP_DEPLOY_MACHINE_IP=127.0.0.1
6 changes: 6 additions & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DB_NAME=mydatabase
DB_USER=myuser
DB_PASSWORD=mypassword
DB_HOST=127.0.0.1
DB_PORT=3306
DEPLOY_MACHINE_IP=127.0.0.1
1 change: 1 addition & 0 deletions frontend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_DEPLOY_MACHINE_IP=127.0.0.1

0 comments on commit 2a857b6

Please sign in to comment.