8000 Add Oracle DATABASE_URL instruction by hosseinvakili · Pull Request #15121 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add Oracle DATABASE_URL instruction #15121

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

Merged
merged 1 commit into from
Mar 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Add Oracle DATABASE_URL instruction
  • Loading branch information
hosseinvakili authored and javiereguiluz committed Mar 19, 2021
commit 455edf4f2a7a764ae16ab06b5878600f38149dfd
3 changes: 3 additions & 0 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up 56C7 @@ -54,6 +54,9 @@ The database connection information is stored as an environment variable called

# to use postgresql:
# DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"

# to use oracle:
# DATABASE_URL="oci8://db_user:db_password@127.0.0.1:1521/db_name"

.. caution::

Expand Down
0