Skip to content

Commit

Permalink
application.properties reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
waterflow80 committed Aug 21, 2023
1 parent 9332783 commit c917d4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
controller.auth.admin.username=@seqcol.admin-user@
controller.auth.admin.password=@seqcol.admin-password@

spring.profiles.active=@spring.profiles.active@
management.endpoints.web.exposure.include=info,health
Expand All @@ -8,6 +6,9 @@ management.info.git.mode=full

logging.level.uk.ac.ebi.eva.contigalias=DEBUG

controller.auth.admin.username=@seqcol.admin-user@
controller.auth.admin.password=@seqcol.admin-password@

# Database configuration
spring.datasource.url=@seqcol.db-url@
spring.datasource.username=@seqcol.db-username@
Expand Down

0 comments on commit c917d4f

Please sign in to comment.