14 lines
366 B
Bash
14 lines
366 B
Bash
DATABASE_URL=mysql://freechat_dev:password@localhost:3306/freechat
|
|
DATABASE_NAME=freechat
|
|
DATABASE_PASS=password
|
|
DATABASE_USER=freechat_dev
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=3306
|
|
REDIS_URL=redis://127.0.0.1:6379
|
|
|
|
|
|
# Server meta things
|
|
SERVER_NAME="Freechat Dev Server"
|
|
SERVER_DESCRIPTION="Server for sick development things"
|
|
SERVER_URL=localhost
|
|
SERVER_PORT=8888 |