forked from getfider/fider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.example.env
More file actions
53 lines (44 loc) · 1.58 KB
/
.example.env
File metadata and controls
53 lines (44 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
BASE_URL=http://localhost:3000
GO_ENV=development
DATABASE_URL=postgres://fider:fider_pw@localhost:5555/fider?sslmode=disable
JWT_SECRET=hsjl]W;&ZcHxT&FK;s%bgIQF:#ch=~#Al4:5]N;7V<qPZ3e9lT4'%;go;LIkc%k
# ALLOW_ALLOWED_SCHEMES=false
LOG_LEVEL=DEBUG
LOG_CONSOLE=true
LOG_SQL=true
LOG_FILE=false
LOG_FILE_OUTPUT=logs/output.log
# MAINTENANCE=true
# MAINTENANCE_MESSAGE=Sorry, we're down for scheduled maintenance right now.
# MAINTENANCE_UNTIL=about 5 AM PDT
OAUTH_FACEBOOK_APPID=
OAUTH_FACEBOOK_SECRET=
OAUTH_GOOGLE_CLIENTID=
OAUTH_GOOGLE_SECRET=
OAUTH_GITHUB_CLIENTID=
OAUTH_GITHUB_SECRET=
EMAIL_NOREPLY=noreply@yourdomain.com
#EMAIL_MAILGUN_API=
#EMAIL_MAILGUN_DOMAIN=
#EMAIL_MAILGUN_REGION=US
EMAIL_SMTP_HOST=localhost
EMAIL_SMTP_PORT=1025
EMAIL_SMTP_USERNAME=
EMAIL_SMTP_PASSWORD=
# Commercial License (Optional)
#
# COMMERCIAL_KEY: Your commercial license key from the hosted Fider platform
# - Purchase a Pro subscription to get a license key
# - Add it here to enable commercial features (content moderation)
# - Leave blank to run Fider in free/open-source mode
# COMMERCIAL_KEY=FIDER-COMMERCIAL-123-1638360000-abc123...
#
# LICENSE_PUBLIC_KEY: (Advanced - usually not needed)
# - The public key is embedded in Fider and updates automatically
# - Only set this if instructed by support or for testing
# LICENSE_PUBLIC_KEY=lPHzCZhOBBihIusKWs5lzXCgGxZEKBpCiplkmZSjGpU=
#
# LICENSE_PRIVATE_KEY: (Internal - for hosted instance only)
# - Used by the hosted Fider platform to generate license keys
# - Self-hosted users should NOT set this
# LICENSE_PRIVATE_KEY=your-base64-encoded-private-key-here