add configuration files to .gitignore
This commit is contained in:
parent
457e72bc95
commit
4f28a73af6
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,6 +3,9 @@
|
|||||||
##
|
##
|
||||||
## Get latest from `dotnet new gitignore`
|
## Get latest from `dotnet new gitignore`
|
||||||
|
|
||||||
|
appsettings*.json
|
||||||
|
!appsettings.Example.json
|
||||||
|
|
||||||
# dotenv files
|
# dotenv files
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
@ -1,42 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,42 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user