-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 898 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (30 loc) · 898 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
31
32
33
34
35
PAYLOAD_SECRET=replace-with-at-least-32-characters
NEXT_PUBLIC_SERVER_URL=https://innovation.example.com
# Database
POSTGRES_PORT=5433
DATABASE_URI=postgresql://payload:replace_me@127.0.0.1:5433/innovation_platform
# Redis
REDIS_PORT=6380
REDIS_URL=redis://:replace_me@127.0.0.1:6380
# SMS
ALIYUN_SMS_ACCESS_KEY_ID=
ALIYUN_SMS_ACCESS_KEY_SECRET=
ALIYUN_SMS_SIGN_NAME=Open Innovation Platform
ALIYUN_SMS_TEMPLATE_CODE=
# SMTP
SMTP_HOST=smtp.example.com
SMTP_PORT=25
SMTP_USER=
SMTP_PASS=
SMTP_FROM_NAME=Open Innovation Platform
SMTP_FROM_ADDRESS=
# Seed Accounts
DEFAULT_ADMIN_USERNAME=admin
DEFAULT_ADMIN_EMAIL=admin@innovation.local
DEFAULT_ADMIN_PASSWORD=replace_me
DEFAULT_REVIEWER_EMAIL=reviewer@innovation.local
DEFAULT_REVIEWER_PASSWORD=replace_me
DEFAULT_PARTNER_NAME=admin
DEFAULT_PARTNER_EMAIL=partner@example.com
DEFAULT_PARTNER_PHONE=13200000000
DEFAULT_PARTNER_PASSWORD=replace_me