[marketplace]1enabled = false # Turn on or off the marketplace entirely2psk = "CHANGEME" # Change this to something more secure.3level = 145[seo]6enabled = false7domain = "https://nebulaproxy.io"89[db]10name = "database" # Your database name11username = "username" # The username of your DB (SQLITE just ignores this)12password = "password" # The password to your DB (SQLITE ignores this)13postgres = false # Enable to use postgres over sqlite (recommended for large prod instances)1415[postgres] # Set the "domain" to either and ip address or a actual domain16domain = ""17port = 54321819[server.server]20port = 808021wisp = true22logging = true # Disable for the tons & tons of logs to go away (useful for debugging but otherwise eh)2324[masqr]25enabled = false26failed = "failed.html" # Default masqr failed page. For per-site failed pages, create a folder named "Masqrd" and create DOMAIN.TLD.html27whitelisted = ["https://nebulaservices.org"] # List of domains to skip masqr28url = "" # Masqr license URL2930