[IMP] Add database settings to use runbot in multi user environment #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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