📄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
logourl
assets/img/logo_background.png
The logo/favicon of your client. Can be local path (relative to install root) or remote URL
news
newsnew1_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
resourcestype
MB
Unit used to show resources
Can be: MB, GB
website
websiteport
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
pterodactylstorelimits
storelimitsram
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
apiclient
clientmisc
miscpurger
true
⚠️Depreceated
getip
true
⚠️Depreceated
webhook
webhookauditlogs
false
Send auditlogs through the Discord webhook
api (client)
api (client)enabled
false
Enables webhooks
code
lapsus
⚠️Do not change this
j4r
j4renabled
false
Enables J4R (Join 4 Rewards)
ads
adsname
The name of the Discord server
invite
The invite link
coins
The amount of coins to give after joining
bot
bottoken
Your bot's token
joinguild
joinguildenabled
true
Is automatic guild joining enabled? (OAuth2 app joins the guild on the user's behalf during login)
passwordgenerator
passwordgeneratorsignup
true
Are signups enabled?
length
16
Length of generated passwords
allow
allownewusers
true
Are new users allowed to signup?
regen
Last updated