Skip to content

Commit

Permalink
change dev properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 6, 2022
1 parent 437cd82 commit d32c84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
properties.environment=dev

# Cosmos account config
azure.cosmos.uri=https://pagopa-d-gps-cosmos-account.documents.azure.com:443/
azure.cosmos.key=lGiI05RuRfjbT3UvHzFjuITKcSu6gK0f8lgHdKmipHgGiTIKVxceTdpJhVC67xmYm5uXihdsznnyyfOm2LsVoQ==
azure.cosmos.uri=https://pagopa-d-weu-gps-cosmos-account.documents.azure.com:443/
azure.cosmos.key=<PUT_HERE_PRIMARY_KEY>
azure.cosmos.database=db
azure.cosmos.populate-query-metrics=false

Expand Down

0 comments on commit d32c84d

Please sign in to comment.