feat: add project skeleton and docker-compose
This commit is contained in:
4
backend/.env.example
Normal file
4
backend/.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
POSTGRES_PASSWORD=changeme
|
||||
JWT_SECRET_KEY=change-this-in-production
|
||||
JWT_ALGORITHM=HS256
|
||||
JWT_EXPIRE_MINUTES=60
|
||||
Reference in New Issue
Block a user