]> Git — Sourcephile - gargantext.git/blob - app/Main.hs
[CONFIG] Start server and DB connexion with Ini file (added to the repo for tests).
[gargantext.git] / app / Main.hs
1 {-# LANGUAGE NoImplicitPrelude #-}
2
3 module Main where
4
5 import Gargantext.Prelude
6 import Gargantext.Server (startGargantext)
7
8 import System.Environment (getArgs)
9
10 main :: IO ()
11 main = do
12 (iniFile:_) <- getArgs
13 startGargantext iniFile