In the /.env.example file there is a variable named DATABASE_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!
In the
/.env.examplefile there is a variable namedDATABASE_URLthat is also present in the following files in this boilerplate:app.jsonREADME.mddeploy.template.yamlenv.tsHowever 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!