Moving environment variables out
All checks were successful
Rust Build / Check (pull_request) Successful in 58s
Rust Build / Test Suite (pull_request) Successful in 1m9s
Rust Build / Rustfmt (pull_request) Successful in 32s
Rust Build / Clippy (pull_request) Successful in 55s
Rust Build / build (pull_request) Successful in 1m23s

This commit is contained in:
2025-04-13 12:06:52 -04:00
parent 6dec9942cc
commit c2e8f838b1
3 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1 @@
DATABASE_URL=postgres://username:password@localhost/database_name
SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target /target
Cargo.lock Cargo.lock
.env .env
.main_db.env

1
.main_db.env Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL=postgres://username:password@localhost/database_name