πsettings.json
This file is located in the root of your Lapsus Client install
Any option called note
, _note
or _comment
is for reference only, and doesn't do anything.
This settings.json reference may not be updated, check that the variable exists before editing it.
name
Lapsus Client
The name of your client as displayed to users
defaulttheme
lapsus
The default client theme
timezone
Europe/London
Server timezone
main_web
Your client URL for production (ideally no port on the end, see reverse proxy docs for doing this)
discord_server
The URL to your host's Discord Server
database
sqlite://database.sqlite
The path to an SQLite database file, starting with sqlite://
The file will be created if it does not exist
logo
logo
url
assets/img/logo_background.png
The logo/favicon of your client. Can be local path (relative to install root) or remote URL
news
news
new1_type
News type Can be whatever you want
new1_title
Title of news post
new1_message
Content of news post
new1_img
Cover image for news post Can be a path or URL
new1_button_text
Text for the CTA button
new1_button_url
URL for the CTA button
resources
resources
type
MB
Unit used to show resources
Can be: MB
, GB
website
website
port
8000
Port used to access Lapsus β οΈThis is HTTP-only. To set up HTTPS, please see Configuring a Reverse Proxy.
secret
The password to access the admin dashboard
pterodactyl
pterodactyl
storelimits
storelimits
ram
5120
Maximum RAM users can buy
disk
8240
Maximum disk space users can buy
cpu
300
Maximum CPU users can buy
servers
3
Maximum servers users can buy
api
api
client
client
misc
misc
purger
true
β οΈDepreceated
getip
true
β οΈDepreceated
webhook
webhook
auditlogs
false
Send auditlogs through the Discord webhook
api
(client)
api
(client)enabled
false
Enables webhooks
code
lapsus
β οΈDo not change this
j4r
j4r
enabled
false
Enables J4R (Join 4 Rewards)
ads
ads
name
The name of the Discord server
invite
The invite link
coins
The amount of coins to give after joining
bot
bot
token
Your bot's token
joinguild
joinguild
enabled
true
Is automatic guild joining enabled? (OAuth2 app joins the guild on the user's behalf during login)
passwordgenerator
passwordgenerator
signup
true
Are signups enabled?
length
16
Length of generated passwords
allow
allow
newusers
true
Are new users allowed to signup?
regen
Last updated