Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Correcting parameters in docker-compose file (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Thanaphoom Pungchaichan <[email protected]>
  • Loading branch information
phoomperfectionist and Thanaphoom Pungchaichan authored Mar 2, 2021
1 parent 82dc1f7 commit b675bcb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ services:
ENV_USE_DATETIMEOFFSET: ${USE_DATETIMEOFFSET}
ENV_USE_OPENAPI_V3: ${USE_USE_OPENAPI_V3}
# Uncomment these lines to test on local
ENV_YML_FILE_URL: "http://10.118.177.166/swagger/v1/swagger.json"
ENV_NAMESPACE: Agoda.BookingApi.Client.V2
ENV_VERSION: 2.0.25
ENV_NUGET_KEY: "5a77e143-0230-4db3-b23c-726b91f2a347"
ENV_SHOULD_PUSH_NUGET: "false"
ENV_USE_DATETIMEOFFSET: "false"
ENV_USE_OPENAPI_V3: "true"
#ENV_YML_FILE_URL: "http://10.118.177.166/swagger/v1/swagger.json"
#ENV_NAMESPACE: Agoda.BookingApi.Client.V2
#ENV_VERSION: 2.0.25
#ENV_NUGET_KEY: "5a77e143-0230-4db3-b23c-726b91f2a347"
#ENV_SHOULD_PUSH_NUGET: "false"
#ENV_USE_DATETIMEOFFSET: "false"
#ENV_USE_OPENAPI_V3: "true"
command: /app/build/create-project.sh

0 comments on commit b675bcb

Please sign in to comment.