More verbose comment for direct connection

This commit is contained in:
Bernardo Damele 2010-11-13 23:30:38 +00:00
parent 8d07272c82
commit 7da079fa32

View File

@ -3,7 +3,9 @@
[Target] [Target]
# Direct connection to the database. # Direct connection to the database.
# Example: mysql://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_NAME # Examples:
# mysql://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_NAME
# oracle://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_SID
direct = direct =
# Target URL. # Target URL.