We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To support connection with Postgres, in both Autosubmit and the API, we'll need extra options in the BasicConfig class.
Right now, I made a small change in the API child class of the BasicConfig to handle it temporarily but this change should be done in this common tool we have. The API change is in this commit https://earth.bsc.es/gitlab/es/autosubmit_api/-/commit/967a96b41f25ca203b92105dc779ed65e1fff500
The idea is to have these options:
[database] backend = postgres connection_url = postgresql://myuser:mysecretpassword@localhost:5432/autosubmit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To support connection with Postgres, in both Autosubmit and the API, we'll need extra options in the BasicConfig class.
Right now, I made a small change in the API child class of the BasicConfig to handle it temporarily but this change should be done in this common tool we have. The API change is in this commit https://earth.bsc.es/gitlab/es/autosubmit_api/-/commit/967a96b41f25ca203b92105dc779ed65e1fff500
The idea is to have these options:
The text was updated successfully, but these errors were encountered: