Database init_sql.sql

While looking through the scripts to install Chirpstack, I noticed that when the database init script (init_sql.sql) sets up the roles (chirpstack_as, chirpstack_ns) it creates passwords that are not the same as the .toml configuration files. Does anyone know if these are hashed or some such? If so what algorithm does it use to do so?

Hi @AffilAcai The password used for the connection is the default for ChirpStack -“dbpassword” as you can check in toml files after installation. But I will reach the colleagues that made this installation script to confirm for you those.