5 lines
221 B
Bash
5 lines
221 B
Bash
|
|
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"
|