Created
April 4, 2020 10:46
-
-
Save ramesh-lingappan/819863c082c8bcb71ecadbba7ad378fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
profiles: | |
active: prod | |
app: | |
secrets: | |
googleClientId: ${gcp-secrets.google_client_id} | |
googleClientSecret: ${gcp-secrets.google_client_secret} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment