10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
# Copy this file to .env and change the values before running prepare-app.sh
|
|
DOMAIN_NAME=easyattend.duckdns.org
|
|
LETSENCRYPT_EMAIL=somangsu.mukherjee@student.tuke.sk
|
|
POSTGRES_USER=attendance_user
|
|
POSTGRES_PASSWORD=change_this_password
|
|
POSTGRES_DB=attendance_db
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
PORT=3000
|