-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 705 Bytes
/
.env.example
File metadata and controls
35 lines (30 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
# Enviroment variables used in docker-compose.yml
# General
ASPNETCORE_ENVIRONMENT=Development
ELITE_API_PORT=7008
ELITE_API_METRICS_PORT=9102
# Postgres / pgbouncer
POSTGRES_USER=user
POSTGRES_PASSWORD=postgres123
POSTGRES_DB=eliteapi
POSTGRES_PORT=5436
POSTGRES_MAX_CONNECTIONS=200
POSTGRES_IO_METHOD=worker
# Redis
REDIS_PASSWORD=redis123
REDIS_PORT=6380
# EliteAPI
Discord__ClientId=
Discord__ClientSecret=
Discord__BotToken=
Hypixel__ApiKey=
Hypixel__BaseUrl=https://api.hypixel.net/
Jwt__Secret=local-dev-jwt-secret-change-if-shared
WebsiteSecret=local-website-secret
# Optional object storage
S3__AccessKey=
S3__SecretKey=
S3__BucketName=
S3__Endpoint=
S3__PublicUrl=
S3__UseForTextures=false