mjordan / riprap

A PREMIS-compliant fixity checking microservice.
MIT License
13 stars 7 forks source link

Document how to configure a remote SQL db #72

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

@elizoller points out that syntax like the following works in the .env file:

DATABASE_URL=mysql://usernamehere:passwordhere@my.dbserver.org/drupal8

mjordan commented 4 years ago

https://github.com/mjordan/riprap/blob/master/docs/databases.md updated to include this info.