Files
biggus-dickus/.env.example
T
2026-06-02 00:51:26 +02:00

6 lines
259 B
Bash

# Connection string for local development and tests.
# The role must be allowed to CREATE DATABASE (sqlx::test provisions temp DBs).
DATABASE_URL=postgres://postgres:postgres@localhost:5432/cms_dev
BIND_ADDR=0.0.0.0:8080
APP_NAME=Collection Management System