Created
March 16, 2015 19:02
-
-
Save polynomial/300a5376f57c10ec7336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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