yavsc/test/yavscTests/appsettings.json

67 lines
1.9 KiB
JSON
Raw Normal View History

{
"Site": {
2026-04-20 00:35:51 +01:00
"Audience": "https://localhost",
"Authority": "https://mercure.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": {
2026-04-20 00:35:51 +01:00
"Server": "localhost",
"Port": 465
},
"Logging": {
2026-04-20 00:35:51 +01:00
"IncludeScopes": {},
"LogLevel": {
"Default": "Debug",
"System": "Warning",
"Microsoft": "Warning"
}
},
2021-06-06 20:32:39 +01:00
"ConnectionStrings": {
2026-04-20 00:35:51 +01:00
"YavscConnection": "Server=localhost;Port=5432;Database=testingYavsc;Username=lame-Username;Password=lame-dbPassword;"
},
2021-01-02 00:41:54 +00:00
"DataProtection": {
"Keys": {
"Dir": "DataProtection-Keys"
},
2021-06-06 23:06:24 +01:00
"RSAParamFile": "RSA-Params.json",
2021-01-02 00:41:54 +00:00
"ExpiresInHours": 168
2021-06-06 20:32:39 +01:00
},
"ApiKey": "lame-key",
"Testing": {
2021-06-06 21:34:25 +01:00
"ConnectionStrings": {
"Default": "lame-default-connection-string",
"DatabaseCtor": "lame-database-ctor-connection-string"
2021-06-06 21:47:02 +01:00
},
2026-04-20 00:35:51 +01:00
"YavscWebPath": "../../src/Yavsc",
2021-06-06 21:47:02 +01:00
"ValidCreds": {
2026-04-20 00:35:51 +01:00
"UserName": "lame-user",
"Password": "lame-password"
2021-06-06 21:47:02 +01:00
},
"InvalidCreds": {
2026-04-20 00:35:51 +01:00
"UserName": "fakeuser",
"Password": "f/\\kePassw0rd"
2021-06-06 21:34:25 +01:00
}
2021-01-02 00:41:54 +00:00
}
2026-04-20 00:35:51 +01:00
}