cuddle-rust-service-plan/templates/.env.example.tmpl
kjuulh dce4bf4e36
feat: with initial rust service
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-01 23:40:16 +02:00

5 lines
157 B
Cheetah

POSTGRES_DB=como
POSTGRES_USER=como
POSTGRES_PASSWORD=somenotverysecurepassword
DATABASE_URL="postgres://como:somenotverysecurepassword@localhost:5432/como"