-
Notifications
You must be signed in to change notification settings - Fork 787
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
Documentation of DB Connection environment variable is inconsistent #678
Comments
@ontoneio SAML Jackson uses |
@devkiran DB_URL is not used by the embedded npm, we pass the URL to it. |
Aah I see the confusion now, @ontoneio we could also support DB_URL here but don't think it's necessary |
@deepakprabhakara Ok this all makes sense when explained here, but maybe it's worth clarifying somewhere in the docs? Perhaps in an |
@ontoneio Agreed. We have to document all the env vars, |
After analyzing all the env vars, this is the list for the best production env : I use Vercel to deploy !
|
In the
/.env.example
file there is a variable namedDATABASE_URL
that is also present in the following files in this boilerplate:app.json
README.md
deploy.template.yaml
env.ts
However in the documentation here: https://boxyhq.com/docs/jackson/deploy/env-variables#db_url
The environment variable is of a shortened case.
I don't mind making a pull request with these changes, but I was wondering if the long form of the variable is more favorable than the short one? In which case the change should be to the documentation on the site.
Super cool project everyone!
Thanks!
The text was updated successfully, but these errors were encountered: