Skip to content

Instantly share code, notes, and snippets.

@josephholsten
Created October 21, 2013 22:08
Show Gist options
  • Save josephholsten/7091820 to your computer and use it in GitHub Desktop.
Save josephholsten/7091820 to your computer and use it in GitHub Desktop.
# 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