moved to node
This commit is contained in:
8
server/.env
Normal file
8
server/.env
Normal file
@@ -0,0 +1,8 @@
|
||||
set -o allexport
|
||||
DB_USER="stoccatre"
|
||||
DB_HOST="localhost"
|
||||
DB_PASS="password"
|
||||
DB_PORT=3306
|
||||
HOST="localhost"
|
||||
PORT=8080
|
||||
set +o allexport
|
||||
Reference in New Issue
Block a user