steid
Sign in
@jamesgill
/
steid
Code
Commits
bd48b4b
At commit bd48b4b
Branches
main
steid
/
src
/
application
/
mod.rs
44 B
Code
·
Blame
·
Raw
0d12f7d
feat: config from env and SQLite pool in app context
1mo
1
pub
mod
config
;
2
3
pub
use
config
::
AppConfig
;