with google-client-id and google-client-secret replaced with the appropriate strings taken from Google Developer Console. How do we handle this given that we probably don't want to commit that to a public repository, and given that we'd all be using our own separate id/secrets for development?
This needs to be added to application-dev.properties:
with
google-client-id
andgoogle-client-secret
replaced with the appropriate strings taken from Google Developer Console. How do we handle this given that we probably don't want to commit that to a public repository, and given that we'd all be using our own separate id/secrets for development?