iot_center_auth, but the repo’s default INFLUX_DATABASE_AUTH in .env.development/README is iot_center_devices. This mismatch will cause “database not found” errors unless users also change env defaults; align the database name here or update the project defaults consistently. #34
The compose setup instructions create an auth database named
iot_center_auth, but the repo’s defaultINFLUX_DATABASE_AUTHin.env.development/README isiot_center_devices. This mismatch will cause “database not found” errors unless users also change env defaults; align the database name here or update the project defaults consistently.Originally posted by @Copilot in #29 (comment)