File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ startToolServer' toolServerApplication port isDebugMode liveReloadClients = do
7373 store <- fmap clientsessionStore (ClientSession. getKey " Config/client_session_key.aes" )
7474 let sessionMiddleware :: Wai. Middleware = withSession store " SESSION" (frameworkConfig. sessionCookie) sessionVaultKey
7575
76- approotMiddleware <- Approot. envFallback
76+ approotMiddleware <- Approot. envFallbackNamed " IDE_APPROOT "
7777
7878 staticApp <- initStaticApp
7979
@@ -157,4 +157,4 @@ instance ControllerSupport.InitControllerContext ToolServerApplication where
157157readDatabaseNeedsMigration :: (? context :: ControllerContext ) => IO Bool
158158readDatabaseNeedsMigration = do
159159 context <- fromContext @ ToolServerApplication
160- readIORef context. databaseNeedsMigration
160+ readIORef context. databaseNeedsMigration
You can’t perform that action at this time.
0 commit comments