-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.example
45 lines (36 loc) · 1.1 KB
/
.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
# Auth
DISCORD_CLIENT_ID=00000000000000000000
DISCORD_CLIENT_SECRET=00000000000000000000000000000000
DISCORD_CALLBACK_URL=http://localhost:3000/callback/discord
DISCORD_BOT_TOKEN=AAA0AaA0AAAaAAA0AaAaAaa0Aa.AaA000.0AAAAaAAa6aaaAAaAA0a00aAaAAa0AaaAa0AAA
PASSWORD_LENGTH=10
ENCRYPTION_KEY=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef # Change that
# Proxycheck.io API Key
PROXYCHECK_KEY=0000000000000000000000000000
# Settings
API_PROVIDER=pterodactyl # Options : pterodactyl (only pterodactyl available)
PROVIDER_URL=https://panel.example.com
PROVIDER_KEY=ptla_0000000000000000000000000000000000000000000
# Session
SESSION_SECRET=examplesecret
# AFK
AFK_TIME=60
# Application
APP_NAME=Fixed-Palladium
APP_URL=http://localhost:3000
APP_PORT=3000
APP_MODE=production # Options : development or production
# Admin
# Logs
LOGS_PATH=./storage/logs/services.log
LOGS_ERROR_PATH=./storage/logs/errors.log
# Basic plan
DEFAULT_PLAN=BASIC
# Cost store resources
CPU_COST=750
RAM_COST=500
DISK_COST=400
BACKUP_COST=250
DATABASE_COST=250
ALLOCATION_COST=500