43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"Logging": {
|
|
"Type": "SimpleConsole",
|
|
"LogLevel": "Information",
|
|
"TimestampFormat": "yyyy-MM-ddTHH:mm:ss.fffK",
|
|
"UseUtcTimestamp": true
|
|
},
|
|
"Localization": {
|
|
"DefaultCultureName": "en-US",
|
|
"CacheDuration": "00:30:00"
|
|
},
|
|
"JsonWebToken": {
|
|
"Issuer": "https://api.travel-guide.cuqmbr.xyz",
|
|
"Audience": "https://travel-guide.cuqmbr.xyz",
|
|
"IssuerSigningKey": "a2c98dec80787a4e85ffb5bcbc24f7e4cc014d8a4fe43e9520480a50759164bc",
|
|
"AccessTokenValidity": "24:00:00",
|
|
"RefreshTokenValidity": "72:00:00"
|
|
},
|
|
"Datastore": {
|
|
"Type": "postgresql",
|
|
"ConnectionString": "Host=127.0.0.1:5432;Database=travel_guide;Username=postgres;Password=0000;Include Error Detail=true"
|
|
},
|
|
"PaymentProcessing": {
|
|
"CallbackAddressBase": "https://api.travel-guide.cuqmbr.xyz",
|
|
"ResultAddressBase": "https://travel-guide.cuqmbr.xyz",
|
|
"LiqPay": {
|
|
"PublicKey": "sandbox_xxxxxxxxxxxx",
|
|
"PrivateKey": "sandbox_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
}
|
|
},
|
|
"Email": {
|
|
"Smtp": {
|
|
"Host": "mail.travel-guide.cuqmbr.xyz",
|
|
"Port": "465",
|
|
"UseTls": true,
|
|
"Username": "no-reply",
|
|
"Password": "super-secret-password",
|
|
"SenderAddress": "no-reply@travel-guide.cuqmbr.xyz",
|
|
"SenderName": "Travel Guide"
|
|
}
|
|
}
|
|
}
|