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