
Also I'm moving the redis deps to db-lib Lazy static now added for the sake of holding the only static ref we need/want the hmac secret
7 lines
215 B
Bash
7 lines
215 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 |