5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
PORT=5000
|
|
|
|
DATABASE_URL="postgresql://postgres:password@localhost:5432/the_tip_top_db"
|
|
|
|
JWT_SECRET="your_secret_key" |