generated from pptx704/fastapi-template
Added recruitment task
This commit is contained in:
@ -6,4 +6,4 @@ JWT_SECRET=
|
||||
JWT_ALGORITHM=
|
||||
JWT_EXPIRE_MINUTES=
|
||||
|
||||
SQLALCHEMY_DATABASE_URL=
|
||||
SQLALCHEMY_DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB} # Update this
|
||||
|
||||
Reference in New Issue
Block a user