Merge pull request #298 from NebulaServices/main

Config: seo disabled by default
This commit is contained in:
MotorTruck1221 2025-01-14 15:10:05 -08:00 committed by GitHub
commit 389ad9e5ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,10 @@ enabled = false # Turn on or off the marketplace entirely
psk = "CHANGEME" # Change this to something more secure. psk = "CHANGEME" # Change this to something more secure.
level = 1 level = 1
[seo]
enabled = false
domain = "https://nebulaproxy.io"
[db] [db]
name = "database" # Your databsae name name = "database" # Your databsae name
username = "username" # The username of your DB (SQLITE just ignores this) username = "username" # The username of your DB (SQLITE just ignores this)
@ -17,7 +21,3 @@ port = 5432
port = 8080 port = 8080
wisp = true wisp = true
logging = true # Disable for the tons & tons of logs to go away (useful for debugging but otherwise eh) logging = true # Disable for the tons & tons of logs to go away (useful for debugging but otherwise eh)
[seo]
enabled = false
domain =