Initial commit - PromptTech
This commit is contained in:
5
archive/techzone-source/backend/.env
Normal file
5
archive/techzone-source/backend/.env
Normal file
@@ -0,0 +1,5 @@
|
||||
MONGO_URL="mongodb://localhost:27017"
|
||||
DB_NAME="test_database"
|
||||
CORS_ORIGINS="*"
|
||||
JWT_SECRET="techzone-super-secret-key-2024-production"
|
||||
DATABASE_URL="postgresql+asyncpg://techzone_user:techzone_pass@localhost:5432/techzone"
|
||||
Reference in New Issue
Block a user