Classified (C Hilde)
MManifest
•Created by Classified (C Hilde) on 2/20/2025 in #questions-🙋
Postgres envs
Hey all,
Anyone got postgres working?
I have tried with all variations of our standard connection strings to get a conn to one of our postgres dbs to no avail.
TOKEN_SECRET_KEY=token
DB_CONNECTION=postgres
DB_USERNAME=username
DB_PASSWORD=password
DB_DATABASE=dbname
DB_SSL=true
DB_PORT=port
DB_PATH=postgresql://username:password@host:port/database?sslmode=require
TOKEN_SECRET_KEY=token
DB_CONNECTION=postgres
DB_USERNAME=username
DB_PASSWORD=password
DB_DATABASE=dbname
DB_SSL=true
DB_PORT=port
DB_PATH=host
TOKEN_SECRET_KEY=token
DB_CONNECTION=postgres
DB_USERNAME=username
DB_PASSWORD=password
DB_DATABASE=dbname
DB_SSL=true
DB_PORT=port
DB_PATH=postgresql://host
9 replies
MManifest
•Created by Classified (C Hilde) on 1/31/2025 in #questions-🙋
Custom Logic
Hey Bruno and team, I see on your roadmap that custom logic will come Q1 this year. Do you have any idea on when you think it would be released?
Also has it been considered to include CRON jobs in the future?
4 replies