Skip to content

Commit

Permalink
web/service: add stg to gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lottspot committed Aug 22, 2023
1 parent 9d25e23 commit dbdff35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ env.prd.svcAPMLicenseDst = newrelic/newrelic.yml
env.prd.svcSecretPropertiesProvider = gcloud-secrets
env.prd.svcSecretPropertiesSrc = web-validator-properties
env.prd.svcSecretPropertiesDst = src/main/resources/application.properties

env.stg.svcCredentialProvider = gcloud-secrets
env.stg.svcCredentialSrc = web-validator-sa-key
env.stg.svcCredentialDst = src/main/resources/web-based-gtfs-validator-a088ec5f045d.json
env.stg.svcAPMLicenseProvider = gcloud-secrets
env.stg.svcAPMLicenseSrc = web-validator-newrelic-license
env.stg.svcAPMLicenseDst = newrelic/newrelic.yml
env.stg.svcSecretPropertiesProvider = gcloud-secrets
env.stg.svcSecretPropertiesSrc = web-validator-properties
env.stg.svcSecretPropertiesDst = src/main/resources/application.properties

0 comments on commit dbdff35

Please sign in to comment.