forked from RetroAchievements/RAWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (28 loc) · 703 Bytes
/
.env.example
File metadata and controls
37 lines (28 loc) · 703 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
36
37
APP_NAME="RetroAchievements.org"
APP_ENV=local
APP_DEBUG=true
APP_KEY=d0385b8bac4c
APP_URL=http://localhost # without trailing slash
APP_STATIC_URL=http://localhost # without trailing slash
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
MAIL_DRIVER=sendmail # sendmail|ses
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME="RetroAchievements.org"
AWS_DEFAULT_REGION="eu-west-1"
AWS_BUCKET="i.retroachievements.org"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
DISCORD_INVITE_ID=
FACEBOOK_APP_ID=
FACEBOOK_SECRET=
RECAPTCHA_SECRET=
PATREON_CLIENT_ID=
PATREON_CLIENT_SECRET=
TWITCH_CHANNEL=retroachievementsorg
RA_API_KEY=
RA_PASSWORD_SALT=SaltySaltySaltFace
DOC_ROOT=/local/path/to/project/