Skip to content

Commit 88d7a99

Browse files
Correction of default port
1 parent d81bec7 commit 88d7a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The database connection information is stored as an environment variable called
5656
# DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
5757
5858
# to use oracle:
59-
# DATABASE_URL="oci8://db_user:db_password@127.0.0.1:1234/db_name"
59+
# DATABASE_URL="oci8://db_user:db_password@127.0.0.1:1521/db_name"
6060
6161
.. caution::
6262

0 commit comments

Comments
 (0)