29
.env.example
29
.env.example
@@ -8,14 +8,6 @@ APP_AUTH_BANNER=""
|
||||
APP_SITEHOMEPAGE=""
|
||||
API_PREFIX="api"
|
||||
|
||||
# Add legal document links here. You may also leave them empty.
|
||||
GUIDELINES_URL="#"
|
||||
PRIVACY_URL="#"
|
||||
TERMS_URL="#"
|
||||
SOURCE_REPO="#"
|
||||
SUPPORT_EMAIL=
|
||||
SUPPORT_URL=
|
||||
|
||||
# The auth banner is a relative path
|
||||
|
||||
# Hides IP addresses
|
||||
@@ -38,6 +30,10 @@ DB_DATABASE=laravel
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=
|
||||
|
||||
# Bot token for the Discord notification integration.
|
||||
# Create an application & bot here: https://discord.com/developers/applications
|
||||
DISCORD_BOT_TOKEN=
|
||||
|
||||
RECAPTCHA_SITE_KEY=
|
||||
RECAPTCHA_PRIVATE_KEY=
|
||||
RECAPTCHA_VERIFY_URL="https://www.google.com/recaptcha/api/siteverify"
|
||||
@@ -49,28 +45,11 @@ MOJANG_API_URL="https://api.mojang.com"
|
||||
IPGEO_API_KEY=""
|
||||
IPGEO_API_URL="https://api.ipgeolocation.io/ipgeo"
|
||||
|
||||
DISCORD_CLIENT_ID=
|
||||
DISCORD_CLIENT_SECRET=
|
||||
DISCORD_BOT_TOKEN=
|
||||
|
||||
# Don't touch the base url
|
||||
DISCORD_HOME_GUILD=
|
||||
DISCORD_STAFF_GUILD=
|
||||
DISCORD_BASE_URL="https://discord.com/api/v9"
|
||||
|
||||
# Defines the basic set of server staff permissions that members should get in each server
|
||||
# Add your staff role IDs here in a comma-delimited list, like so: "ROLEID1, ROLEID2, ROLEID3" and so on
|
||||
# Specific permissions can be optionally configured for each vacancy
|
||||
# For instance, here you may configure role IDs for example role "Server staff", while in a specific vacancy, you may configure example role "Mod"
|
||||
DISCORD_STAFF_GUILD_ROLES=
|
||||
DISCORD_HOME_GUILD_ROLES=
|
||||
|
||||
ARCANEDEV_LOGVIEWER_MIDDLEWARE=web,auth,can:admin.maintenance.logs.view
|
||||
|
||||
RELEASE=0.8.0
|
||||
|
||||
SLACK_INTEGRATION_WEBHOOK=
|
||||
CPANEL_API_TOKEN=
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
|
Reference in New Issue
Block a user