Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] Add database settings to use runbot in multi user environment #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Aug 7, 2015

Hello,

By default, Runbot create and delete a database with the command createdb or dropdb without any configuration (like --port, --host, ...). It means that each database is create on localhost host with the current user.

However, sometime we need to use runbot with an another user or/and with an external database server. To do that, I add 3 parameters in Runbot Settings. The user, the host and the port. With this 3 settings, you can use Runbot with an another user and use an another database server.

These configuration is not mandatory. If the user don't set these settings, nothing change.

I hope you will accept my pull request.

Best regards,
Sylvain Van Hoof

@ghost
Copy link
Author

ghost commented Aug 12, 2015

Nobody can accept or refuse my pull request ?

@odony odony force-pushed the master branch 7 times, most recently from ab648fe to 9bd4838 Compare January 18, 2016 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants