mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-12 19:12:18 +03:00
10 lines
No EOL
231 B
Bash
10 lines
No EOL
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 |