-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.test.example
More file actions
30 lines (30 loc) · 816 Bytes
/
.env.test.example
File metadata and controls
30 lines (30 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
NODE_ENV=test
PORT=3055
DATABASE_HOST=127.0.0.1
DATABASE_PORT=54329
DATABASE_NAME=base_nodejs_test
DATABASE_USER=base_test
DATABASE_PASSWORD=base_test_password
DATABASE_DIALECT=postgres
JWT_ACCESS_SECRET=test-access-secret-change-me-32
JWT_REFRESH_SECRET=test-refresh-secret-change-me-32
JWT_ISSUER=obe-auth-service
JWT_AUDIENCE=obe-api
JWT_ACCESS_EXPIRES_IN=15m
REFRESH_TOKEN_TTL_DAYS=7
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
API_REQUIRE_AUTH_FOR_READS=false
AUTH_ENV_ADMIN_ENABLED=false
AUTH_ADMIN_EMAIL=admin@example.com
AUTH_ADMIN_PASSWORD=password
BOOTSTRAP_ADMIN_ENABLED=true
BOOTSTRAP_ADMIN_EMAIL=admin@example.com
BOOTSTRAP_ADMIN_PASSWORD=change-me-strong-123
MONGO_ENABLED=false
MONGO_URI=
MONGO_DB_NAME=
APP_NAME=obe-base-api
APP_VERSION=1.0.0-test
COMMIT_SHA=
BUILD_TIME=
LOG_LEVEL=warn