13 lines
271 B
Bash
13 lines
271 B
Bash
# Express Server
|
|
SERVER_PORT=5055
|
|
SERVER_HOST=localhost
|
|
|
|
# Authentication
|
|
AUTHENTICATION_SALT=882S6Cnz
|
|
|
|
# Postgres
|
|
POSTGRES_HOST=192.168.2.20
|
|
POSTGRES_DATABASE=onepiecetcg
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USERNAME=onepiecetcg
|
|
POSTGRES_PASSWORD=uYTZ8DEwS9q2mMLRzt9PpVmAhxq6FzvJ |