-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.env.dev.docker
More file actions
38 lines (29 loc) · 1.02 KB
/
.env.dev.docker
File metadata and controls
38 lines (29 loc) · 1.02 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
# NOTE: This file is for development with Docker.
# Keycloak
AUTH_KEYCLOAK_ID=website
NEXT_PUBLIC_AUTH_REALM=cs-club
AUTH_KEYCLOAK_SECRET=**********
NEXT_PUBLIC_KEYCLOAK_REDIRECT_URI=http://localhost:3000/join
NEXT_PUBLIC_CONTAINER_KEYCLOAK_ENDPOINT=http://keycloak:8080
NEXT_PUBLIC_LOCAL_KEYCLOAK_URL=http://localhost:8080
# Auth.js (Run `npx auth secret` to generate. Read more: https://cli.authjs.dev)
AUTH_SECRET="WmWKqg0OP0kl4ZRPN93CxyQp8dV1vjs3kOke0ZEvNEU=" # Added by `npx auth`. Read more: https://cli.authjs.dev
# Database (DO NOT modify in development)
DATABASE_URL=file:dev.sqlite
DATABASE_AUTH_TOKEN=
# Square
SQUARE_ACCESS_TOKEN=square-access-token
SQUARE_LOCATION_ID=LJMCKGRAG5SEM
# Redis
REDIS_URI=redis://redis:6379
# Club Resources OneDrive link
NEXT_PUBLIC_DRIVE_LINK=https://google.com.au
# Umami
NEXT_PUBLIC_UMAMI_WEBSITE_ID=123
# Email
SMTP_HOST=host.example.com
SMTP_USER=user@example.com
SMTP_PASS=yourpassword
SMTP_EMAIL_ADDRESS=from@example.com
# Payload CMS
NEXT_PUBLIC_PAYLOAD_URI=https://cms.csclub.org.au