-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 404 μλ¬λ₯Ό μμ νκ³ μμ΅λλ€.
- Loading branch information
1 parent
f418310
commit d75103d
Showing
4 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
spring: | ||
redis: | ||
port: 6379 # λ λμ€ μλ² ν¬νΈ | ||
host: 43.202.240.195 # λ λμ€ μλ² νΈμ€νΈ | ||
# mvc: | ||
# cors: | ||
# mapping: /** | ||
# allowed-origins: | ||
# allowed-methods: GET, POST, PUT, PATCH, DELETE | ||
datasource: | ||
url: jdbc:mysql://snowflowerthon.czlsnoazot7m.ap-northeast-2.rds.amazonaws.com:3306/snowflowerthon | ||
username: admin | ||
password: ewha1886 | ||
driver-class-name: com.mysql.cj.jdbc.Driver | ||
jpa: | ||
database-platform: org.hibernate.dialect.MySQLDialect | ||
open-in-view: false # λ·° λ μ΄μ΄μμμ μ§μ° λ‘λ©μ΄ λΉνμ±ν(μ±λ₯ μ΄μ λ°©μ§) | ||
hibernate: | ||
ddl-auto: update # μ ν리μΌμ΄μ μμ μ λ°μ΄ν°λ² μ΄μ€ μ€ν€λ§λ₯Ό μ ν¨μ± κ²μ¦λ§ νκ³ , λ³κ²½μ μννμ§ μμ | ||
logging: | ||
level: | ||
org: | ||
hibernate: | ||
type: | ||
descriptor: | ||
sql: trace | ||
security: | ||
oauth2: | ||
client: | ||
registration: | ||
github: | ||
client-id: bc039b97d186450287ad # snowman | ||
client-secret: ff211c639606f36c980e7986fbe2db9348b24c2b | ||
|
||
secret: | ||
key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKb/4snaHoUpcJJuEghayTVfy3w3EUg19ftxM524fbpFwZsF2YqHP1HlaDcAtLdvNSuQWHemq53+fyxnQCyAFiUCAwEAAQ== | ||
issuer: committers | ||
time: | ||
access: 2592000000 # 30μΌ | ||
refresh: 2592000000 # 30μΌ | ||
|
||
github: | ||
token: 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters