-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
36 lines (29 loc) · 1.13 KB
/
.env.sample
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
# SQLite DB Information, you can set the name/user/pass to whatever you want
DB_NAME=changeme
DB_USER=changeme
DB_PASS=changeme
DB_HOST=127.0.0.1
# Pick a unique string, whatever you want
COOKIE_SECRET=changeme
# You should get all these after you create your Slack app
SLACK_CLIENT_ID=changeme
SLACK_CLIENT_SECRET=changeme
SLACK_SIGNING_SECRET=changeme
SLACK_DEFAULT_TOKEN=changeme
SLACK_DEFAULT_BOT_TOKEN=changeme
# If remixing this application, these should be something like:
# SLACK_INSTALL_REDIRECT_URL=https://yourprojectname.glitch.me/install/redirect
# SLACK_SIGNIN_REDIRECT_URL=https://yourprojectname.glitch.me/login/redirect
SLACK_INSTALL_REDIRECT_URL=changeme
SLACK_SIGNIN_REDIRECT_URL=changeme
# These don't need to be changed unless you're using a custom redis setup
REDIS_PORT=6379
REDIST_HOST=127.0.0.1
# These are the credentials to view the queue admin panel at /queues
QUEUE_ADMIN_NAME=changeme
QUEUE_ADMIN_PASSWORD=changeme
# This just needs to be a unique string, used by the auth package for the queue admin panel
AUTH_REALM=changeme
# Update with your social profile URL and handle
SOCIAL_URL=changeme
SOCIAL_HANDLE=changeme