Skip to content

digipost/typesafe-config-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typesafe config bundle for Dropwizard

Maven Central License

Usage

bootstrap.addBundle(new TypeSafeConfigBundle());

Features

  • .conf or .yml format supported
  • config for multiple environments in same file

Examples

# defaults
logging:
  loggers:
    # output final config to log
    "no.digipost.dropwizard.TypeSafeConfigFactory": debug

database:
  driverClass: org.postgresql.Driver

# environment specific #
environments:
  local:
    database:
      driverClass: org.hsqldb.jdbc.JDBCDriver
      user: SA
      password:

  test:
    database:
      user: test
      password: test

About

Typesafe config bundle for Dropwizard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

Languages