fix: correct env values

This commit is contained in:
Mauricio Siu
2025-01-30 23:24:12 -06:00
parent 33f3d1d87e
commit 6b48c0f354

View File

@@ -36,8 +36,8 @@ export function generate(schema: Schema): Template {
"POSTGRES_USERNAME=postgresql", "POSTGRES_USERNAME=postgresql",
`POSTGRES_PASSWORD=${postgresPassword}`, `POSTGRES_PASSWORD=${postgresPassword}`,
"DATABASE_ENABLED=true", "DATABASE_ENABLED=true",
"DATABASE_PROVIDER=postgres", "DATABASE_PROVIDER=postgresql",
`DATABASE_CONNECTION_URI=postgres://postgres:${postgresPassword}@evolution-postgres:5432/evolution`, `DATABASE_CONNECTION_URI=postgres://postgresql:${postgresPassword}@evolution-postgres:5432/evolution`,
"DATABASE_SAVE_DATA_INSTANCE=true", "DATABASE_SAVE_DATA_INSTANCE=true",
"DATABASE_SAVE_DATA_NEW_MESSAGE=true", "DATABASE_SAVE_DATA_NEW_MESSAGE=true",
"DATABASE_SAVE_MESSAGE_UPDATE=true", "DATABASE_SAVE_MESSAGE_UPDATE=true",