major config rebuild using once cell. added ability to use .env.

This commit is contained in:
mtrx 2024-08-10 08:24:22 +02:00
parent 35cd018152
commit c30976f2d7
26 changed files with 207 additions and 186 deletions

View file

@ -3,7 +3,7 @@ export EMAIL=myemail@example.com
export BIND_PORT=8000
export SUBMIT_TOKEN=asdf
export GITHUB_ACCOUNT=mtrx1337
export ROOT_PATH=../content
export ROOT_PATH=./content
run:
cd site && cargo run