Skip to content

Commit

Permalink
adding application-sample.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorir committed Oct 21, 2022
1 parent 22a59e9 commit bbce1f2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions server/src/main/resources/application-sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
app:
auth:
token-secret: 04ca023b39512e46d0c2cf4b48d5aac61d34302994c87ed4eff225dcf3b0a218739f3897051a057f9b846a69ea2927a587044164b7bae5e1306219d50b588cb1
token-expiration-ms: 864000000
spring:
datasource:
url: jdbc:mysql://localhost:3306/rateandreview_dev?serverTimezone=UTC
username: root
password:
graphql:
graphiql:
enabled: true
path: /graphiql
jpa:
hibernate:
ddl-auto: update
security:
oauth2:
client:
registration:
google:
client-id:
client-secret:
scope:
- email
- profile

0 comments on commit bbce1f2

Please sign in to comment.