rust_forum/.env

4 lines
212 B
Bash
Raw Normal View History

2025-01-14 00:59:21 +03:00
# This is for sqlx to do compile time SQL checking.
# Actual server and database configs are in "configs" folder which is in main directory by default.
DATABASE_URL=postgres://root:root@localhost:5432/rust_forum