Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

cannot override to use mysql #31

Open
xbeta opened this issue Dec 8, 2014 · 1 comment
Open

cannot override to use mysql #31

xbeta opened this issue Dec 8, 2014 · 1 comment

Comments

@xbeta
Copy link

xbeta commented Dec 8, 2014

on attributes/default.rb

node.set['gerrit']['database']['type'] = 'MYSQL'
node.set['gerrit']['database']['host'] = 'localhost'
node.set['gerrit']['database']['name'] = 'gerrit'
node.set['gerrit']['database']['username'] = 'gerrit'

on gerrit.config

[database]
    type = H2
    database = db/ReviewDB
    hostname = localhost
    username = gerrit
@xbeta
Copy link
Author

xbeta commented Dec 11, 2014

@StephenKing Do you know if we should use ['gerrit']['config']['database'] or ['gerrit']['database']

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant