vaimee / zion

A scalable Thing Description Directory
Apache License 2.0
17 stars 4 forks source link

Outdated environment variable causing errors in production #59

Closed relu91 closed 1 year ago

relu91 commented 1 year ago

We are using ZION_DB_TYPE as postgress db name, this is semantically wrong. We should check the code base and verify its correct usage. We need to use ZION_DB_NAME.

relu91 commented 1 year ago

@hyperloris suggested using the same name that other well DBs use. After a short research, it seems that the preferred naming for the variable is ZION_DB_DATABASE