-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest.env
More file actions
53 lines (42 loc) · 1.17 KB
/
test.env
File metadata and controls
53 lines (42 loc) · 1.17 KB
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
# Atelier801 API database credentials
A801_DB=atelier801_api
A801_IP=mockupdb
A801_USER=test
A801_PASS=test
# Our database credentials
DB=api_data
DB_IP=database
DB_USER=test
DB_PASS=test
# Backup server credentials
BACKUP_HOST=no
BACKUP_USER=definitely
BACKUP_PASS=not
# Updater configuration
BATCH_SIZE=150
PIPE_SIZE=100
# Infrastructure
INFRA_ADDR=/tmp/docker/redis.sock
INFRA_RECONNECT=10
INFRA_PING_DELAY=30
INFRA_PING_TIMEOUT=2
# Profile service
# This is a webhook in a private server.
# I don't mind it being leaked.
NAME_WEBHOOK=https://discord.com/api/webhooks/842820032903381003/OVghXj0n1a8jel-G6kHK33-ztr2ByoIzGjvQGXiwafL25JKr4dsVXeW2qk1RZSsMzQ7W
# JWT secrets
SESSION_KEY=some long ass string lol
REFRESH_KEY=another long ass string lol
BOT_KEY=yet another long ass string lol
# Ticket API
TICKET_API=http://localhost:8080/auth
# Router
GITHUB_SECRET=test123
# Sanction webhook
SANCTION_WH_ID=842820032903381003
SANCTION_WH_TOKEN=OVghXj0n1a8jel-G6kHK33-ztr2ByoIzGjvQGXiwafL25JKr4dsVXeW2qk1RZSsMzQ7W
# Roles webhook
ROLES_WH_ID=842820032903381003
ROLES_WH_TOKEN=OVghXj0n1a8jel-G6kHK33-ztr2ByoIzGjvQGXiwafL25JKr4dsVXeW2qk1RZSsMzQ7W
# Micestats IP whitelist
MICESTATS_IP=127.0.0.1