mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-20 07:44:01 -05:00
Add env test
This commit is contained in:
19
.env.test
Normal file
19
.env.test
Normal file
@@ -0,0 +1,19 @@
|
||||
# Database
|
||||
#DATABASE_URL=postgresql://test_user:test_password@localhost:5433/test_db
|
||||
#DIRECT_URL=postgresql://test_user:test_password@localhost:5433/test_db
|
||||
|
||||
# Firebase
|
||||
FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9099
|
||||
FIREBASE_STORAGE_EMULATOR_HOST=127.0.0.1:9199
|
||||
FIRESTORE_EMULATOR_HOST=127.0.0.1:8080
|
||||
|
||||
# Next.js
|
||||
NEXT_PUBLIC_API_URL=http://localhost:8088
|
||||
NEXT_PUBLIC_FIREBASE_ENV=TEST
|
||||
NEXT_PUBLIC_FIREBASE_EMULATOR=true
|
||||
|
||||
# API
|
||||
NODE_ENV=test
|
||||
PORT=8088
|
||||
|
||||
ENVIRONMENT=DEV
|
||||
Reference in New Issue
Block a user