edit appsetting production
parent
21aa44ba1a
commit
3cd1255279
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"Postgres": "User ID=postgres;Password=root;Host=localhost;Port=5432;Database=iGarsonDB;",
|
"Postgres": "Host=pg-0;port=5432;Username=brizcouser;Password=ub0J7sFFThkSBmkc0TzSKsCfheRnQpyu;Database=brizcodb"
|
||||||
"PostgresServer": "Host=pg-0,pg-1;Username=igarsonAgent;Password=xHTpBf4wC+bBeNg2pL6Ga7VEWKFJx7VPEUpqxwPFfOc2YYTVwFQuHfsiqoVeT9+6;Database=BrizcoDB;Load Balance Hosts=true;Target Session Attributes=primary;Application Name=iGLS"
|
|
||||||
},
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
@ -13,11 +12,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SiteSettings": {
|
"SiteSettings": {
|
||||||
"BaseUrl": "http://localhost:32769",
|
"BaseUrl": "https://api.brizco.io",
|
||||||
|
"KaveNegarApiKey": "3735494B4143727A794346457461576A2B4B6668414973424E333561505A694B",
|
||||||
"UserSetting": {
|
"UserSetting": {
|
||||||
"Username": "Root",
|
"Username": "brizco",
|
||||||
"Email": "info@brizco.io",
|
"Email": "info@brizco.io",
|
||||||
"Password": "root1234",
|
"Password": "ub0J7sFFThkSBmkc0TzSKsCfheRnQpyu",
|
||||||
"Phone": "09211111111",
|
"Phone": "09211111111",
|
||||||
"RoleName": "RootAdmin",
|
"RoleName": "RootAdmin",
|
||||||
"FirstName": "همه کاره",
|
"FirstName": "همه کاره",
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
},
|
},
|
||||||
"SiteSettings": {
|
"SiteSettings": {
|
||||||
"BaseUrl": "http://192.168.88.12:32769",
|
"BaseUrl": "http://192.168.88.12:32769",
|
||||||
|
"KaveNegarApiKey": "3735494B4143727A794346457461576A2B4B6668414973424E333561505A694B",
|
||||||
"UserSetting": {
|
"UserSetting": {
|
||||||
"Username": "root",
|
"Username": "root",
|
||||||
"Email": "info@brizco.io",
|
"Email": "info@brizco.io",
|
||||||
|
|
|
@ -20,6 +20,7 @@ EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConfigFiles", "ConfigFiles", "{B0739DDF-6D6A-4975-9A71-C908B3E16102}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConfigFiles", "ConfigFiles", "{B0739DDF-6D6A-4975-9A71-C908B3E16102}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.version = .version
|
.version = .version
|
||||||
|
buildAndPushDocker.sh = buildAndPushDocker.sh
|
||||||
Dockerfile = Dockerfile
|
Dockerfile = Dockerfile
|
||||||
global.json = global.json
|
global.json = global.json
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
|
|
Loading…
Reference in New Issue