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

Issue connecting an external postgres DB #63

Open
sipani909 opened this issue Jun 30, 2021 · 0 comments
Open

Issue connecting an external postgres DB #63

sipani909 opened this issue Jun 30, 2021 · 0 comments

Comments

@sipani909
Copy link

I have the following in my config file

 * Database configuration
 */
$conf['settings']['database']['type'] = 'pgsql';
$conf['settings']['database']['user'] = 'asipani';        // database user with permission to the booked database
$conf['settings']['database']['password'] = 'password!';
$conf['settings']['database']['hostspec'] = 'eng-testbed.asipani.io';        // ip, dns or named pipe
$conf['settings']['database']['name'] = 'testbed_devel';

However the homepage fails to load with these settings and eventually times out. Is there any way I can connect an external DB with a pre-defined schema of resources to booked?

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

No branches or pull requests

1 participant