This commit is contained in:
20
.env.example
20
.env.example
@@ -1,12 +1,16 @@
|
||||
DATABASE_URI=sqlite://./database.db
|
||||
START_DATE=2025-06-23T00:19:00+0200
|
||||
|
||||
DATABASE_URI=mysql://website:website@localhost:3306/website
|
||||
|
||||
ADMIN_USER=admin
|
||||
ADMIN_PASSWORD=admin
|
||||
PUBLIC_START_DATE=2023-12-26T00:00:00+0200
|
||||
PUBLIC_BASE_PATH=
|
||||
ADMIN_COOKIE=muelleel
|
||||
|
||||
API_SECRET=
|
||||
UPLOAD_PATH=/tmp
|
||||
|
||||
PUBLIC_SERVER_IP=example.com
|
||||
PUBLIC_TS_LINK=ts3server://example.com
|
||||
PUBLIC_DISCORD_LINK=https://example.com
|
||||
PUBLIC_PAYPAL_LINK=https://example.com
|
||||
TEAMSPEAK_LINK=http://example.com
|
||||
DISCORD_LINK=http://example.com
|
||||
PAYPAL_LINK=http://example.com
|
||||
SERVER_IP=1.1.1.1
|
||||
|
||||
BASE_PATH=http://localhost:4321
|
||||
|
||||
Reference in New Issue
Block a user