-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.dist
More file actions
50 lines (39 loc) · 908 Bytes
/
.env.dist
File metadata and controls
50 lines (39 loc) · 908 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
# rename to .env
ENV=DEV
# Wikimedia API
WIKI_API_URL=https://fr.wikipedia.org/w/api.php
WIKI_API_USERNAME=<Username>
WIKI_API_PASSWORD=<Password>
# Stats Sqlite DB (instead of default <project>/log)
#STATS_FILEPATH=/home/bob/wikibot/log/stats.db
# TOR (optional)
TOR_PROXY=127.0.0.1:9050
TOR_CONTROL=127.0.0.1:9051
# Wikidata
WIKIDATA_API=https://wikidata.org/w/api.php
WIKIDATA_SANDBOX_API=https://test.wikidata.org/w/api.php
WIKIDATA_SANDBOX_ITEM=Q4115189
# WikiBotConfig wiki details
BOT_NAME=
USER_AGENT="<MyBot> http://fr.wikipedia.org/wiki/User:<MyBot> <email>"
BOT_USER_PAGE=
BOT_OWNER=
# RabbitMQ (optional)
AMQP_USER=
AMQP_PASSWORD=
AMQP_VHOST=
AMQP_HOST=
AMQP_PORT=5672
# Redis (optional)
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
# Biblio API
GOOGLE_BOOKS_API_KEY=
# MYSQL server
MYSQL_HOST=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_DATABASE=
MYSQL_PORT=
# FREE MOBILE FOR SMS ALERT
FREE_SMS_URL=