Files
axum-sqlx-template/.env.template
2025-03-28 15:18:59 +01:00

5 lines
112 B
Plaintext

DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
TS_RS_EXPORT_DIR="./frontend/src/types"