chore: add .gitignore and remove .env from repo
This commit is contained in:
13
.env
13
.env
@@ -1,13 +0,0 @@
|
||||
# HangmanLab (old)
|
||||
BACKEND_PORT=8080
|
||||
FRONTEND_PORT=8081
|
||||
DB_PORT=3306
|
||||
DB_NAME=hangmanlab
|
||||
DB_USER=hangmanlab
|
||||
DB_PASSWORD=changeme
|
||||
MYSQL_ROOT_PASSWORD=rootpassword
|
||||
|
||||
# HarborForge
|
||||
HF_BACKEND_PORT=8000
|
||||
HF_FRONTEND_PORT=3000
|
||||
WIZARD_PORT=8082
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.env
|
||||
Reference in New Issue
Block a user