forked from ChatAndSlash/Slashbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-test
More file actions
36 lines (26 loc) · 705 Bytes
/
.env-test
File metadata and controls
36 lines (26 loc) · 705 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
# Development or production?
MODE=dev
# Queue suffixes
QUEUE_SUFFIXES=test
# The URL to use to send people to buy scales
BUY_URL=https://chatandslash.local/buy/?env=test&id=
# The salt to use to encode/decode IDs
HASHID_SALT=the_tiniest_sekret
# The salt to use to encode/decode IDs for party invites
PARTY_HASHID_SALT=a_tinier_sekret
# If we should subtract AP for actions
#INFINITE_AP=false
# All enemies start with one HP
#GG_EZ=false
# If we should add XP for winning fights
#GAIN_XP=true
# Log levels
LOG_LEVEL=error
RTM_LOG_LEVEL=error
# Database connection information
DB_HOST=localhost
DB_USER=slash
DB_PASS=slash
DB_DB=slashtest
# RabbitMQ connection information
MQ_URL=amqp://localhost