RPG-Alex / rust-micro-cms

An attempt to tie together serverside logic, database logic, and client view all with Rust under the hood.
MIT License
3 stars 1 forks source link

Implement .dot env for configuring the backend. #18

Closed RPG-Alex closed 5 months ago

RPG-Alex commented 5 months ago

any environment variables needed for the applicaiton like domain name info, sqlite db name/location, should be in a env file

RPG-Alex commented 5 months ago

This is currently functional but could be utilized more.