Merge pull request #298 from NebulaServices/main
Config: seo disabled by default
This commit is contained in:
commit
389ad9e5ec
1 changed files with 4 additions and 4 deletions
|
|
@ -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 =
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue