github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/experimental/config.json (about)

     1  {
     2  	"config.DefaultGroup": 3,
     3  	"config.ActivationGroup": 5,
     4  	"staff_css": " background-color: #ffeaff;",
     5  	"uncategorised_forum_visible": true,
     6  	"site.EnableEmails": false,
     7  	"config.SmtpServer": "",
     8  	"config.ItemsPerPage": 40,
     9  	
    10  	"db": {
    11  		"Host": "127.0.0.1",
    12  		"Username": "root",
    13  		"Password": "password",
    14  		"Dbname": "gosora",
    15  		"Port": "3306"
    16  	},
    17  	
    18  	"site":
    19  	{
    20  		"Url": "localhost:8080",
    21  		"Port": "8080",
    22  		"EnableSsl": false
    23  	},
    24  	
    25  	"config":
    26  	{
    27  		"SslPrivkey": "",
    28  		"SslFullchain": ""
    29  	},
    30  	
    31  	"dev":
    32  	{
    33  		"debug": false
    34  	},
    35  }