-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env
40 lines (29 loc) · 1021 Bytes
/
.env
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
#database
DATABASE_URL="postgresql://postgres:testz@localhost:5432/openmu"
#nextauth
NEXTAUTH_SECRET="secret"
#localhost_url
NEXT_PUBLIC_URL="http://localhost:3000"
#gameserver
GAMESERVER_URL="http://localhost"
#######################################
### WEBSITE CONGIGURATION VARIABLES ###
#######################################
#MEDIAFIRE DOWNLOAD LINK IF EMPTY DON'T SHOW
NEXT_PUBLIC_GOODLE_DRIVE_LINK="https://mega.io/it"
#MEDIAFIRE DOWNLOAD LINK IF EMPTY DON'T SHOW
NEXT_PUBLIC_MEDIAFIRE_LINK="https://mega.io/it"
#MEGA DOWNLOAD LINK IF EMPTY DON'T SHOW
NEXT_PUBLIC_MEGA_LINK="https://mega.io/it"
#DISCORD LINK
NEXT_PUBLIC_DISCORD_LINK="https://discord.com/invite/2u5Agkd"
#ZEN NEEDED FOR RESET IF EMPTY DISABLE RESET
NEXT_PUBLIC_ZEN_TO_RESET="1000000"
#LEVEL NEEDED FOR RESET
LVL_TO_RESET="400"
#MAX RESETS
MAX_RESET="6"
#PKCLEAR ZEN REQUESTED IF EMPTY DISSABLE PKCLEAR
NEXT_PUBLIC_ZEN_TO_PKCLEAR="1000000"
#RESET STATS ZEN REQUESTED IF EMPTY DISABLE RESET STATS
NEXT_PUBLIC_ZEN_TO_RESET_STATS="1000000"