5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
HOST="localhost"
|
|
PORT=5000
|
|
FRONTEND_URL="http://localhost:3000"
|
|
JWT_SECRET = 'dentalsecret'
|
|
DATABASE_URL=postgresql://postgres:mypassword@localhost:5432/dentalapp |