Created
October 21, 2013 22:08
-
-
Save josephholsten/7091820 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
# cat rundeck-config.properties | |
loglevel.default=INFO | |
rdeck.base=/var/lib/rundeck | |
rss.enabled=true | |
dataSource.dbCreate = update | |
dataSource.url = jdbc:mysql://rundeck-db.example/rundeck?autoReconnect=true | |
dataSource.username = rundeck | |
dataSource.password = sekret | |
#note, make sure this is set to "true" if you are using Oracle or Mysql | |
rundeck.v14.rdbsupport=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment