apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
29 stars 20 forks source link

Ensure application environment is loaded #26

Closed kocolosk closed 3 years ago

kocolosk commented 3 years ago

erlfdb is a library application, but starting the app is still required to make the application environment variables accessible. Without this hack the test_cluster_file setting has no effect during eunit test executions.