12 lines
227 B
Bash
12 lines
227 B
Bash
# Mysql key data
|
|
DATABASE_NAME=
|
|
DATABASE_PASS=
|
|
DATABASE_USER=
|
|
DATABASE_HOST=
|
|
|
|
# Server meta things
|
|
SERVER_NAME="Freechat Dev Server"
|
|
SERVER_DESCRIPTION="Server for sick development things"
|
|
SERVER_URL=localhost
|
|
SERVER_PORT=8888
|