Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Chan committed May 11, 2018
1 parent e47315f commit e7c178e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions coc-clan-war/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ info:

liquibase:
change-log: classpath:db/changelog/changelog.xml
default-schema: db_coc_war
drop-first: false
enabled: true
#default-schema: db_coc_war
#drop-first: false
#enabled: true

coc.war-log.auto-load: true

Expand Down
6 changes: 3 additions & 3 deletions coc-clan/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ info:

liquibase:
change-log: classpath:db/changelog/changelog.xml
default-schema: db_coc_clan
drop-first: false
enabled: true
#default-schema: db_coc_clan
#drop-first: false
#enabled: true

coc.war-log.auto-load: true

Expand Down
6 changes: 3 additions & 3 deletions coc-discovery/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ shufork.sc.coc.discovery:

liquibase:
change-log: classpath:db/changelog/changelog.xml
default-schema: db_coc_discovery
drop-first: false
enabled: true
#default-schema: db_coc_discovery
#drop-first: false
#enabled: true

spring:
jpa:
Expand Down
6 changes: 3 additions & 3 deletions coc-player/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ info:

liquibase:
change-log: classpath:db/changelog/changelog.xml
default-schema: db_coc_player
drop-first: false
enabled: true
#default-schema: db_coc_player
#drop-first: false
#enabled: true

spring:
jpa:
Expand Down

0 comments on commit e7c178e

Please sign in to comment.