mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 03:52:21 +03:00
10 lines
231 B
Bash
10 lines
231 B
Bash
|
DB_USERNAME=easyappointments
|
||
|
DB_NAME=easyappointments
|
||
|
|
||
|
# before deploying to production change to harder password
|
||
|
DB_PASSWORD=change-that-password
|
||
|
|
||
|
# change to you installation address
|
||
|
APP_URL=localhost
|
||
|
APP_HOST=0.0.0.0
|
||
|
APP_PORT=80
|