orchestracities / ngsi-timeseries-api

QuantumLeap: a FIWARE Generic Enabler to support the usage of NGSIv2 (and NGSI-LD experimentally) data in time-series databases
https://quantumleap.rtfd.io/
MIT License
38 stars 49 forks source link

Envs for CrateDB Authentication have wrong Names in Documentation #636

Closed StWiemann closed 2 years ago

StWiemann commented 2 years ago

The names of the envs for CrateDB-authentication are wrong in the documentation. Debug-logs revealed that QL is expecting:

CRATE_DB_USER instead of CRATE_DB_USERNAME and CRATE_DB_PASS instead of CRATE_DB_PASSWORD

chicco785 commented 2 years ago

@StWiemann thanks, I think this is a refuse from initial PR that introduced cratedb authentication. We will fix this shortly.