docs/env.d/development
Manuel Raynaud b3ac8b1e8c
🔧(postgres) create a user without superuser role
In development environment we wanto tu use the application with a
postgres user not having superuser role. The migration 0027 needs
superuser role to be executed, so we want to be able to test migrations
and other scenarios with a normal user. In order to create this user,
the compose service must be deleted first and then recreated with
DB_USER and DB_PASSWORD environment variable values different with
POSTGRES_USER and POSTGRES_PASSWORD
2026-05-13 08:18:00 +02:00
..
common ️(frontend) close websocket connection when user change tab 2026-05-06 16:19:40 +02:00
common.e2e (e2e) fix some flakiness 2026-05-12 10:43:27 +02:00
common.test Integrate Find (#1834) 2026-03-17 17:32:03 +01:00
crowdin 🔧(project) change env.d system by using local files 2025-07-21 15:44:52 +02:00
kc_postgresql 🔧(project) change env.d system by using local files 2025-07-21 15:44:52 +02:00
postgresql 🔧(postgres) create a user without superuser role 2026-05-13 08:18:00 +02:00