forked from rikai/Showbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
36 lines (30 loc) · 1018 Bytes
/
.env.example
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
# Bot lib folder
RUBYLIB=./lib
# Set this if you want to use a language other than english.
# You will also need to create a corresponding .yml file in the locales folder.
SHOWBOT_LOCALE=en
# Point this to the url of data.json, if you have one
# A few plugins require this field to be set correctly
# Note: This should be set the the external URL of the data.json
DATA_JSON_URL=your_info_here
# Foreman stuff
## Production port
PORT=80
## Development port
DEVELOPMENT_PORT=5000
# The connection path string to the database
# Uncomment and set it if you are using a non-default database config
#SHOWBOT_DATABASE_URL=your_info_here
# For backup.rb
BOT_DATABASE_NAME=your_info_here
BOT_DATABASE_USER=your_info_here
BOT_DATABASE_PASSWORD=your_info_here
BOT_DATABASE_HOST=your_info_here
BOT_DATABASE_PORT=your_info_here
BOT_DATABASE_OPTS=your_info_here
S3_ACCESS_KEY_ID=your_info_here
S3_SECRET_ACCESS_KEY=your_info_here
S3_REIGON=your_info_here
S3_BUCKET=your_info_here
S3_PATH=your_info_here
S3_KEEP=your_info_here