Files
stocca-tre/server/.env
2022-11-13 22:09:57 +01:00

9 lines
134 B
Bash

set -o allexport
DB_USER="stoccatre"
DB_HOST="localhost"
DB_PASS="password"
DB_PORT=3306
HOST="localhost"
PORT=8080
set +o allexport