mirror of https://github.com/abpframework/abp.git
4 changed files with 15 additions and 6 deletions
@ -1,11 +1,11 @@ |
|||||
{ |
{ |
||||
"ConnectionStrings": { |
"ConnectionStrings": { |
||||
"Default": "Server=192.168.1.36;Database=AbpDesk;User=sa;Password=123qwe;", |
"Default": "Server=10.0.75.1;Database=AbpDesk;User=sa;Password=123qwe;", |
||||
"AbpDeskMongoBlog": "mongodb://192.168.1.36:27017|AbpDeskBlog" |
"AbpDeskMongoBlog": "mongodb://outputs_mongodb_1:27017|AbpDeskBlog" |
||||
}, |
}, |
||||
"AbpIdentity": { |
"AbpIdentity": { |
||||
"HttpProxy": { |
"HttpApiClient": { |
||||
"ApiUrlBase": "http://outputs_abpidentity_httpapihost_1/" |
"ApiUrlBase": "http://outputs_abpidentity_httpapihost_1/" |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
@ -1,5 +1,5 @@ |
|||||
{ |
{ |
||||
"ConnectionStrings": { |
"ConnectionStrings": { |
||||
"Default": "Server=192.168.1.36;Database=AbpDesk;User=sa;Password=123qwe;" |
"Default": "Server=10.0.75.1;Database=AbpDesk;User=sa;Password=123qwe;" |
||||
} |
} |
||||
} |
} |
||||
Loading…
Reference in new issue