jjethwa / rundeck

GNU General Public License v3.0
123 stars 137 forks source link

Complement documentation #120

Closed rsmartins78 closed 6 years ago

rsmartins78 commented 6 years ago

Hello, I've been testing with a mysql container separate from rundeck, and I realized that the DATABASE_URL variable should have the content similar to "jdbc:mysql://mysql/rundeck?autoReconnect=true". I had a slight problem with this case, because in my understanding, just put the IP or HOSTNAME for the connection to be made. Would you be interesting to complement README.md with an example?

jjethwa commented 6 years ago

Thanks @rsmartins78 I've added an example 😄