This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
rust-web/.cargo/config.toml
David Westgate e7772af6d8 add DB env
2024-05-07 14:24:28 -07:00

5 lines
120 B
TOML

[env]
POSTGRES_USER = "postgres"
POSTGRES_PASSWORD = "DB_PASS_HERE"
POSTGRES_HOST = "localhost"
POSTGRES_DBNAME = "test"