-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
56 lines (42 loc) · 834 Bytes
/
.env.example
File metadata and controls
56 lines (42 loc) · 834 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
##################################
# Infrastructure Setting
##################################
SESSION_DRIVER=file/memory/redis/mongo
## Local memory
LOCAL_MEMORY=
## Local file
LOCAL_FILE_NAME=
## Redis
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
REDIS_DB=
## Mongo
MONGO_URL=
MONGO_COLLECTIONNAME=
## Server base url
BASE_URL=
##################################
# Bot Setting
##################################
## Messenger
MESSENGER_PAGE_ID=
MESSENGER_ACCESS_TOKEN=
MESSENGER_APP_ID=
MESSENGER_APP_SECRET=
MESSENGER_VERIFY_TOKEN=
## Line
LINE_ACCESS_TOKEN=
LINE_CHANNEL_SECRET=
## Telegram
TELEGRAM_ACCESS_TOKEN=
## Slack
SLACK_ACCESS_TOKEN=
SLACK_VERIFICATION_TOKEN=
## Viber
VIBER_ACCESS_TOKEN=
##################################
# Other Setting
##################################
# TEMP Password for activity
TEMP_PWD=