update resource
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=mssql,1433;Database=FREE-CRM;User Id=sa;Password=nw9703AZz6YmgB@G;TrustServerCertificate=True;"
|
"DefaultConnection": "Server=mssql,1433;Database=FREE-CRM;User Id=sa;Password=nw9703AZz6YmgB@G;TrustServerCertificate=True;"
|
||||||
|
//"DefaultConnection": "Server=localhost\\SQLEXPRESS;Database=FREE-CRM;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=true"
|
||||||
},
|
},
|
||||||
"DatabaseProvider": "SqlServer",
|
"DatabaseProvider": "SqlServer",
|
||||||
"FileImageManager": {
|
"FileImageManager": {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=localhost\\SQLEXPRESS;Database=FREE-CRM;User=dev;Password=dev;TrustServerCertificate=True;"
|
//"DefaultConnection": "Server=mssql,1433;Database=FREE-CRM;User Id=sa;Password=nw9703AZz6YmgB@G;TrustServerCertificate=True;"
|
||||||
|
"DefaultConnection": "Server=localhost\\SQLEXPRESS;Database=FREE-CRM;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=true"
|
||||||
},
|
},
|
||||||
"DatabaseProvider": "SqlServer",
|
"DatabaseProvider": "SqlServer",
|
||||||
"FileImageManager": {
|
"FileImageManager": {
|
||||||
@@ -28,7 +29,7 @@
|
|||||||
"RequireUniqueEmail": true
|
"RequireUniqueEmail": true
|
||||||
},
|
},
|
||||||
"SignIn": {
|
"SignIn": {
|
||||||
"RequireConfirmedEmail": true //confirmation will sent through email, make sure SMTP Config is OK.
|
"RequireConfirmedEmail": true
|
||||||
},
|
},
|
||||||
"DefaultAdmin": {
|
"DefaultAdmin": {
|
||||||
"Email": "admin@root.com",
|
"Email": "admin@root.com",
|
||||||
@@ -36,27 +37,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "YourVeryStrongAndSecureSecretKeyWhichIs32Chars!", //minimum 32 char
|
"Key": "YourVeryStrongAndSecureSecretKeyWhichIs32Chars!",
|
||||||
"Issuer": "YourIssuer",
|
"Issuer": "YourIssuer",
|
||||||
"Audience": "YourAudience",
|
"Audience": "YourAudience",
|
||||||
"ExpireInMinute": 30,
|
"ExpireInMinute": 30,
|
||||||
"ClockSkewInMinute": 0
|
"ClockSkewInMinute": 0
|
||||||
},
|
},
|
||||||
"SmtpSettings": {
|
"SmtpSettings": {
|
||||||
"Host": "xxx.gmail.com",
|
"Host": "smtp.gmail.com",
|
||||||
"Port": 465,
|
"Port": 465,
|
||||||
"UserName": "xxx@gmail.com",
|
"UserName": "go2ismail@gmail.com",
|
||||||
"Password": "xxx", //if use smtp.gmail.com, use the GMAIL app password, not your email password. https://support.google.com/mail/answer/185833?hl=en
|
"Password": "lrbi cooi gcnt oquw",
|
||||||
"FromAddress": "xxx@gmail.com",
|
"FromAddress": "go2ismail@gmail.com",
|
||||||
"FromName": "INDOTALENT"
|
"FromName": "INDOTALENT"
|
||||||
},
|
},
|
||||||
"IsDemoVersion": true,
|
"IsDemoVersion": true,
|
||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
"Url": "http://localhost:5000"
|
"Url": "http://+:8080"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*"
|
"AllowedHosts": "*"
|
||||||
}
|
}
|
||||||
+4
-4
@@ -28,10 +28,10 @@ services:
|
|||||||
- SmtpSettings__Password=lrbi cooi gcnt oquw
|
- SmtpSettings__Password=lrbi cooi gcnt oquw
|
||||||
- SmtpSettings__FromAddress=go2ismail@gmail.com
|
- SmtpSettings__FromAddress=go2ismail@gmail.com
|
||||||
- SmtpSettings__FromName=INDOTALENT
|
- SmtpSettings__FromName=INDOTALENT
|
||||||
# RESOURCE LIMITS
|
# RESOURCE LIMITS - Upgrade untuk Super Admin
|
||||||
mem_limit: 512m
|
mem_limit: 2g
|
||||||
mem_reservation: 256m
|
mem_reservation: 2g
|
||||||
cpus: '0.5'
|
cpus: '1.0'
|
||||||
labels:
|
labels:
|
||||||
- "indotalent.service=free-crm"
|
- "indotalent.service=free-crm"
|
||||||
- "indotalent.description=FREE-CRM ASP.NET Core .NET 9"
|
- "indotalent.description=FREE-CRM ASP.NET Core .NET 9"
|
||||||
|
|||||||
Reference in New Issue
Block a user