-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
57 lines (39 loc) · 985 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#Thisisanexample.envfile
# Copy this file and replace the values to get a working devel or prod
# environment
# --------------------------------
# SERVER CONFIGURATION
# --------------------------------
# Example: 127.0.0.1
SERVER_DOMAIN=
# Example: 9090
SERVER_PORT=
# --------------------------------
# ZULIP
# --------------------------------
# This is comma separated list of Zulip User IDs
# User feedback it sent to these accounts
ZULIP_BOT_MAINTAINERS=
# Example: https://recurse.zulipchat.com
ZULIP_SITE=
# Example: [email protected]
ZULIP_BOT_EMAIL=
# Example: XXXX
ZULIP_BOT_API_KEY=
# Example: XXXX
ZULIP_BOT_API_TOKEN=
# --------------------------------
# VIRTUAL RC API
# --------------------------------
# Example: https://recurse.rctogether.com
RC_SITE=
# Example: XXXX
RC_APP_ID=
# Example: XXXX
RC_APP_SECRET=
# Example: 16938
RC_BOT_ID=
# Bot's home position (X coordinate)
RC_BOT_HOME_X=
# Bot's home position (Y coordinate)
RC_BOT_HOME_Y=