Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 626 Bytes

File metadata and controls

29 lines (19 loc) · 626 Bytes

Beta Blog

Get start

To serve an application is require Docker

Command To start docker compose is npm run start or ./beta-blog

Change host name

By default the application host name is localhost but you can change it manually by replace localhost with your own host in these files.

./Ocelot/ocelot.authv2.json

"UpstreamHeaderTransform": {
        "X-Forwarded-For": "{RemoteIpAddress}",
        "X-Forwarded-Host": "localhost",
        "X-Forwarded-Proto": "https"
      }

./docker-compose.service.gateway.yml

environment:
        AUTH_ISSUER: https://localhost/api/auth/v2