Skip to content

Commit

Permalink
Add authToken to application-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Sep 2, 2024
1 parent 46148cc commit b5c0650
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ spring:
url: ${DATABASE_URL}
username: ${DATABASE_USERNAME}
password: ${DATABASE_PASSWORD}

jpa:
hibernate:
ddl-auto: none
Expand All @@ -12,3 +11,5 @@ spring:
user:
name: ${SECURITY_USER_NAME}
password: ${SECURITY_USER_PASSWORD}
github:
authToken: ${GITHUB_AUTH_TOKEN}

0 comments on commit b5c0650

Please sign in to comment.