yavsc/test/yavscTests/appsettings.json

67 lines
1.9 KiB
JSON
Raw Normal View History

{
"Site": {
"Authority": "dev.pschneider.fr",
"Title": "Yavsc dev",
"Slogan": "Yavsc : WIP.",
"Banner": "/images/yavsc.png",
"HomeViewName": "Home",
"FavIcon": "/favicon.ico",
2018-07-23 17:15:28 +02:00
"Icon": "/images/yavsc.png",
2018-07-25 02:12:13 +02:00
"GitRepository": "testingrepo",
"Owner": {
2018-09-03 13:53:51 +02:00
"Name": "Site Owner Name",
"EMail": "your@email",
2018-07-25 02:12:13 +02:00
"PostalAddress": {
2018-09-03 13:53:51 +02:00
"Street1": "Your Address",
"Street2": "your street",
"PostalCode": "543 21~3",
"City": "",
"State": "",
2018-07-25 02:12:13 +02:00
"Province": null
}
},
"Admin": {
2018-09-03 13:53:51 +02:00
"Name": "Administrator name",
"EMail": "daAdmin@e.mail"
2018-07-25 02:12:13 +02:00
}
},
"Smtp": {
"Host": "localhost",
"Port": 25,
"EnableSSL": false
},
"Logging": {
2021-06-06 20:32:39 +01:00
"IncludeScopes": {
},
"LogLevel": {
"Default": "Debug",
"System": "Warning",
"Microsoft": "Warning"
}
},
2021-06-06 20:32:39 +01:00
"ConnectionStrings": {
"Default": "Server=lame-NpgsqlHostName;Port=5432;Database=lame-DataBase;Username=lame-Username;Password=lame-dbPassword;",
"DatabaseCtor": "Server=lame-NpgsqlHostName;Port=5432;Database=lame-ctor-DataBase;Username=lame-ctor-Username;Password=lame-ctordbPassword;"
2021-01-02 00:41:54 +00:00
},
2021-06-06 20:32:39 +01:00
"ValidCreds": {
"UserName": "lame-user",
"Password": "lame-password"
},
"InvalidCreds": {
"UserName": "fakeuser",
"Password": "f/\\kePassw0rd"
},
"YavscWebPath": "../../src/Yavsc",
2021-01-02 00:41:54 +00:00
"DataProtection": {
"Keys": {
"Dir": "DataProtection-Keys"
},
2021-06-06 20:32:39 +01:00
"RSAParamFile": "RSAParamFile",
2021-01-02 00:41:54 +00:00
"ExpiresInHours": 168
2021-06-06 20:32:39 +01:00
},
"ApiKey": "lame-key",
"Testing": {
"ConnectionStrings": {"Default": "none"}
2021-01-02 00:41:54 +00:00
}
}