mirror of
https://github.com/dalbodeule/sshchat.git
synced 2025-12-07 22:55:44 +09:00
4 lines
112 B
Bash
4 lines
112 B
Bash
PORT=2222
|
|
GEOIP_DB=GeoLite2-City.mmdb
|
|
DB_DSN="postgrtesql://postgres:password@localhost/postgres"
|
|
ROOT_PATH="./" |