Configure .env
Kekkai can be configured using the .env file in the working directory. .env.example.
.env config is used to configure PosgreSQL running in Docker Compose.
# Connection secret for postgres. You should change it to a random password# Please use only the characters `A-Za-z0-9`, without special characters or spaces
POSTGRES_PASSWORD=my_password
POSTGRES_DB=kekkaiDB_HOST=postgresPOSTGRES_USER=postgresThis config only edits the password for PosgreSQL.
Please use only the characters A-Za-z0-9, without special characters or spaces