Initial commit - ERP
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"maria": "UserID=root;Password=ama111AMA!!!;Host=localhost;Port=3306;Database=ECommerce;Protocol=TCP;",
|
||||
"PostgreDB": "Host=localhost;Database=ECommerce;Username=test;Password=test;Port=5432;"
|
||||
},
|
||||
"Domain": "https://api.mass-tech.net",
|
||||
"JWT": {
|
||||
"Key": "thisisasecretKeyIneedtoprovideenoughletterstomakeitwork",
|
||||
"Issuer": "https://hello.com",
|
||||
"Audience": "hello.com",
|
||||
"DurationInMinutes": 10
|
||||
},
|
||||
"EmailTemplate": {
|
||||
"EmailConfirmation": "placeHolder",
|
||||
"ResetPassword": "placeHolder"
|
||||
},
|
||||
"hostname": "placeHolder",
|
||||
"MailSettings": {
|
||||
"Mail": "merge1942@gmail.com",
|
||||
"DisplayName": "Merge",
|
||||
"UserName": "merge1942@gmail.com",
|
||||
"Password": "ftyqwyqpqtixalxp",
|
||||
"Host": "smtp.gmail.com",
|
||||
"Port": 587
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user