-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (33 loc) · 1.03 KB
/
.env.example
File metadata and controls
41 lines (33 loc) · 1.03 KB
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
31
32
33
34
35
36
37
38
39
40
41
NEXT_PUBLIC_DOMUS_VERSION=development
DATABASE_URL="postgresql://user:password@localhost:5432/domus"
DATABASE_URL_UNPOOLED="postgresql://user:password@localhost:5432/domus"
NODE_ENV=development
NEXT_PUBLIC_APP_URL="http://localhost:3000"
DOMUS_LOCALE_COOKIE_NAME=DOMUS_LOCALE
# Better Auth
BETTER_AUTH_SECRET=c6280b66942b4f6b210fdc3ae57989fba0a6e141ebb06f32910c94d0b981024e
BETTER_AUTH_URL="http://localhost:3000"
BETTER_AUTH_COOKIE_PREFIX=domus_auth_local
# Google OAuth
GOOGLE_CLIENT_ID="test"
GOOGLE_CLIENT_SECRET="c6280b66942b4f6b210fdc3ae57989fba0a6e141ebb06f32910c94d0b981024e"
# Super Admin
SUPER_ADMIN_EMAIL=admin@pkrbt.id
SUPER_ADMIN_PASSWORD=testing123
SUPER_ADMIN_NAME=Administrator
# Cron
CRON_SECRET=
# Axiom — Log Storage (https://axiom.co/docs/guides/pino)
AXIOM_TOKEN=AXIOM_TOKEN
AXIOM_DATASET=DATA_SET
# Cloudflare R2 — Object Storage
R2_ACCOUNT_ID=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET_NAME=
R2_PUBLIC_URL=
# DUK Sync
SYNC_TARGET_URL=https://umat.kasri.id
SYNC_USERNAME=
SYNC_PASSWORD=
SYNC_COOKIE_TTL=3600