Skip to content

Commit bf3d064

Browse files
committed
Add backend-config as submodule in resources/config
1 parent 68adbd8 commit bf3d064

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/main/resources/config"]
2+
path = src/main/resources/config
3+
url = https://github.com/Konkuk-Hackathon/backend-config.git
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
spring:
2+
config:
3+
activate:
4+
on-profile: prod
5+
6+
datasource:
7+
url: jdbc:postgresql://localhost:5433/mydb
8+
driver-class-name: org.postgresql.Driver
9+
username: postgres
10+
password: alsdn12369
11+
12+
jpa:
13+
show-sql: true
14+
properties:
15+
hibernate:
16+
dialect: org.hibernate.dialect.PostgreSQLDialect
17+
default_batch_fetch_size: 1000
18+
19+
defer-datasource-initialization: true
20+
21+
22+
23+

src/main/resources/config

Submodule config added at eb147b4

0 commit comments

Comments
 (0)