Skip to content

Commit

Permalink
fix : git ignore edit
Browse files Browse the repository at this point in the history
  • Loading branch information
CEO-Nick committed Apr 18, 2024
1 parent 377c6eb commit 47687ac
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 333 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ out/
src/main/resources/db-application.properties
src/main/resources/application.properties
src/main/resources/application-oauth.properties
src/main/java/com/e2i1/linkeepserver/domain/oauth
src/main/java/com/e2i1/linkeepserver/config/oauth

This file was deleted.

118 changes: 0 additions & 118 deletions src/main/java/com/e2i1/linkeepserver/domain/oauth/GoogleOAuth.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions src/main/resources/application-prd.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ?? production ? properties ??
server.port=7777
30 changes: 23 additions & 7 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
spring:
# datasource:
# url: jdbc:h2:tcp://localhost/~/linkeep_dev;MODE=PostgreSQL
# username: sa
# password:
# driver-class-name: org.h2.Driver
datasource:
url: jdbc:h2:tcp://localhost/~/linkeep_dev;MODE=PostgreSQL
username: sa
password:
driver-class-name: org.h2.Driver

jpa:
hibernate:
ddl-auto: update
ddl-auto: create
properties:
hibernate:
# show_sql: true
format_sql: true
default_batch_fetch_size: 100

OAuth2:
google:
url: https://accounts.google.com/o/oauth2/v2/auth
client-id: 798754484325-jia46g1tn3v41kic0r1htrkcboj6mvc0.apps.googleusercontent.com
client-secret: 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
callback-url: http://localhost:8080/app/accounts/auth/google/callback
scope: https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile

logging:
level:
org.hibernate.SQL: debug
# org.hibernate.orm.jdbc.bind: trace
# org.hibernate.orm.jdbc.bind: trace

token:
secret:
key : linkeepServerJwtTokenSecretKey!!
access-token:
plus-hour: 1
refresh-token:
plus-hour: 12
Loading

0 comments on commit 47687ac

Please sign in to comment.