Skip to content

Commit

Permalink
adjusted env to have the real classic private and public collection ids
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Sep 18, 2023
1 parent 74456da commit ff20302
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ POSTMAN_API_KEY=""
# that will be updated
# via the Box OpenAPI scripts
# On the Box CI/CD workspace
EN_POSTMAN_COLLECTION_ID="8119550-3e45693c-a4d7-4d77-b02c-f7035a152898"
JP_POSTMAN_COLLECTION_ID="8119550-8ab5448e-636f-44ee-ba16-97908b5bc7eb"
EN_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-1ca6cb64-7560-4f24-a2b5-89ba095b1c17"
JP_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-45cd808e-0844-4e46-ada0-5d0cb4b602d2"
PRIVATE_EN_POSTMAN_COLLECTION_ID="8119550-3e45693c-a4d7-4d77-b02c-f7035a152898"
PRIVATE_JP_POSTMAN_COLLECTION_ID="8119550-8ab5448e-636f-44ee-ba16-97908b5bc7eb"
PRIVATE_EN_POSTMAN_COLLECTION_ADVANCED_ID = ""
PRIVATE_JP_POSTMAN_COLLECTION_ADVANCED_ID = ""

# PUBLIC collection id's
# These are the public collections
# that will be updated
# via merge from the private collections
EN_POSTMAN_COLLECTION_ID="8119550-b5ea2aeb-c82a-425d-baff-ed5dfd1d7659"
JP_POSTMAN_COLLECTION_ID="8119550-73df4d75-420a-455b-97c2-d3d33103c1a4"
EN_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-373aba62-5af5-459b-b9a4-e9db77f947a5"
JP_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-9899c10b-11bb-4f53-9938-fced213a14d0"
PUBLIC_EN_POSTMAN_COLLECTION_ID="8119550-b5ea2aeb-c82a-425d-baff-ed5dfd1d7659"
PUBLIC_JP_POSTMAN_COLLECTION_ID="8119550-73df4d75-420a-455b-97c2-d3d33103c1a4"
PUBLIC_EN_POSTMAN_COLLECTION_ADVANCED_ID = ""
PUBLIC_JP_POSTMAN_COLLECTION_ADVANCED_ID = ""

0 comments on commit ff20302

Please sign in to comment.