Switched to new config system
This commit is contained in:
@@ -1,101 +0,0 @@
|
||||
{
|
||||
"Moonlight": {
|
||||
"AppUrl": "http://your-moonlight-url.test",
|
||||
"Database": {
|
||||
"Database": "database_name",
|
||||
"Host": "your-moonlight-database-host.de",
|
||||
"Password": "s3cr3t",
|
||||
"Port": "10324",
|
||||
"Username": "user_name"
|
||||
},
|
||||
"DiscordBotApi": {
|
||||
"Enable": false,
|
||||
"Token": "you api key here"
|
||||
},
|
||||
"DiscordBot": {
|
||||
"Enable": false,
|
||||
"Token": "Discord.Token.Here",
|
||||
"PowerActions": false
|
||||
},
|
||||
"Domains": {
|
||||
"_comment": "Cloudflare Api Credentials",
|
||||
"AccountId": "Account Id here",
|
||||
"Email": "Cloudflare Email here",
|
||||
"Key": "Api Key Here"
|
||||
},
|
||||
"Html": {
|
||||
"Headers": {
|
||||
"Color": "#4b27e8",
|
||||
"Description": "the next generation hosting panel",
|
||||
"Keywords": "moonlight",
|
||||
"Title": "Moonlight - moonlight.tld"
|
||||
}
|
||||
},
|
||||
"Marketing": {
|
||||
"BrandName": "My cool project",
|
||||
"Imprint": "https://mycoolproject.de/imprint",
|
||||
"Privacy": "https://mycoolproject.de/privacy",
|
||||
"Website": "https://mycoolproject.de/"
|
||||
},
|
||||
"OAuth2": {
|
||||
"_exampleProviders": [
|
||||
{
|
||||
"Id": "discord",
|
||||
"ClientId": "",
|
||||
"ClientSecret": ""
|
||||
},
|
||||
{
|
||||
"Id": "google",
|
||||
"ClientId": "",
|
||||
"ClientSecret": ""
|
||||
}
|
||||
],
|
||||
"Providers": [],
|
||||
"EnableOverrideUrl": false,
|
||||
"OverrideUrl": "http://your-moonlight-url.test"
|
||||
},
|
||||
"Security": {
|
||||
"Token": "RANDOM UUID HERE"
|
||||
},
|
||||
"Mail": {
|
||||
"Email": "no-reply@mycoolproject.de",
|
||||
"Server": "mycoolproject.de",
|
||||
"Password": "s3cr3t",
|
||||
"Port": 465,
|
||||
"Ssl": true
|
||||
},
|
||||
"Cleanup": {
|
||||
"Cpu": 90,
|
||||
"Memory": 8192,
|
||||
"Wait": 15,
|
||||
"Uptime": 6,
|
||||
"Enable": false,
|
||||
"MinUptime": 10
|
||||
},
|
||||
"Subscriptions": {
|
||||
"_comment": "Not implemented",
|
||||
"SellPass": {
|
||||
"Enable": false,
|
||||
"Url": ""
|
||||
}
|
||||
},
|
||||
"DiscordNotifications": {
|
||||
"Enable": false,
|
||||
"WebHook": ""
|
||||
},
|
||||
"Statistics": {
|
||||
"Enabled": true,
|
||||
"Wait": 15
|
||||
},
|
||||
"Rating": {
|
||||
"Enabled": true,
|
||||
"Url": "link-to-google.page",
|
||||
"MinRating": 4,
|
||||
"DaysSince": 5
|
||||
},
|
||||
"Sentry": {
|
||||
"Enable": false,
|
||||
"Dsn": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user