-
-
Notifications
You must be signed in to change notification settings - Fork 107
Updated README with what I found when using it #221
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I had some trouble getting my stuff to deploy because of environment variables not being like these docs said they would be. I'm not 100% sure my changes are totally correct, but I felt it was better to do this drive by PR than to leave it as it was.
josegonzalez
added a commit
to dokku/dokku-couchdb
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-elasticsearch
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-graphite
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-mariadb
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-memcached
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-mongo
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-mysql
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-nats
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-omnisci
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-pushpin
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-rabbitmq
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-redis
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-rethinkdb
that referenced
this pull request
Sep 13, 2021
josegonzalez
added a commit
to dokku/dokku-solr
that referenced
this pull request
Sep 13, 2021
Member
|
Note: you should just consume the DATABASE_URL environment variable as is - most frameworks and libraries should support the DSN format, and those that don't should either have a wrapper to do so or potentially it should be filed as a bug. Java is the big exception as, for whatever reason, they came up with their own format. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I had some trouble getting my stuff to deploy because of environment variables not being like these docs said they would be. I'm not 100% sure my changes are totally correct, but I felt it was better to do this drive by PR than to leave it as it was.