Browse Source

Use HttpApi from inner network.

pull/81/head
Halil İbrahim Kalkan 10 years ago
parent
commit
52e031c957
  1. 2
      docker/docker-compose.yml
  2. 2
      src/AbpDesk/AbpDesk.Web.Mvc/appsettings.Staging.json

2
docker/docker-compose.yml

@ -5,8 +5,6 @@ services:
image: abpidentity/httpapihost
environment:
- ASPNETCORE_ENVIRONMENT=Staging
ports:
- 9101:80
abpdesk_web:
image: abpdesk/web
environment:

2
src/AbpDesk/AbpDesk.Web.Mvc/appsettings.Staging.json

@ -5,7 +5,7 @@
},
"AbpIdentity": {
"HttpProxy": {
"ApiUrlBase": "http://192.168.1.36:9101/"
"ApiUrlBase": "http://outputs_abpidentity_httpapihost_1/"
}
}
}

Loading…
Cancel
Save