docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
6.26k stars 446 forks source link

'{ production => }' is not a valid configuration. Expected '' to be a URL string or a Hash. #169

Closed domhandy closed 9 months ago

domhandy commented 9 months ago

I am trying to run docuseal (latest version) in kubernetes but I am getting an error message. ERROR -- : '{ production => }' is not a valid configuration. Expected '' to be a URL string or a Hash.

I believe I have added all environment variables needed:

image
domhandy commented 9 months ago

I got it working when I changed it to DATABASE_HOST, DATABASE_PORT, DATABASE_USER, DATABASE_NAME, and DATABASE_PASSWORD.

omohokcoj commented 9 months ago

Good to know that it worked for you, closing the issue 👍