4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
DATABASE_URL="postgresql://user:password@localhost:5432/nest_db"
|
|
JWT_SECRET="change_me_to_a_long_random_string"
|
|
PORT=3000
|