tick effect matching reimpl

This commit is contained in:
ntr
2020-01-23 16:23:25 +10:00
parent 153b3a1e9c
commit 6e3675364e
6 changed files with 85 additions and 93 deletions
+1
View File
@@ -109,6 +109,7 @@ pub fn start() {
#[cfg(unix)]
setup_logger().unwrap();
dotenv::from_path(Path::new("/etc/mnml/gs.conf")).ok();
info!("starting server");
let pool = pg::create_pool();
let http_pool = pool.clone();