Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 997f0b23 authored by Muhammad Raihan Akbar's avatar Muhammad Raihan Akbar
Browse files

[REFACTOR] Configure Secret or Env instead of hardcoded key

parent 6c95103a
No related branches found
No related tags found
No related merge requests found
spring.application.name=authentication
spring.profiles.active=${PRODUCTION:dev}
google.client.id=${GOOGLE_CLIENT_ID:default}
google.client.secret=${GOOGLE_CLIENT_SECRET:default}
\ No newline at end of file
google.client.secret=${GOOGLE_CLIENT_SECRET:default}
jwt.secret=${JWT_SECRET:biggerboysandstolensweetheartsss}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment