9 lines
134 B
Bash
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
|