Skip to content

Instantly share code, notes, and snippets.

@polynomial
Created March 16, 2015 19:02
Show Gist options
  • Save polynomial/300a5376f57c10ec7336 to your computer and use it in GitHub Desktop.
Save polynomial/300a5376f57c10ec7336 to your computer and use it in GitHub Desktop.
bsmith130pts/21bens~/src/ddb/deploydb-0.1.0 cat etc/deploydb.yml
database:
driverClass: org.h2.Driver
user: nobody
url: "jdbc:h2:/home/bsmith/src/ddb/deploydb-0.1.0/var/deployDB.db"
# DeployDB base configuration directory (cannonical path)
# YAML configuration files for models - services, environments, pipelines,
# webhooks and promotions - should be stored in respective sub-directories
configDirectory: /home/bsmith/src/ddb/deploydb-0.1.0/etc
logging:
level: INFO
loggers:
org.hibernate.SQL: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment