Convert backend to regular directory
This commit is contained in:
5
backend/.env.example
Normal file
5
backend/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
PORT=5000
|
||||
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/the_tip_top_db"
|
||||
|
||||
JWT_SECRET="your_secret_key"
|
||||
Reference in New Issue
Block a user