mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 19:41:57 -06:00
Implement Stage 2 Engine configuration handling
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""Borealis Engine runtime package.
|
||||
|
||||
This package houses the next-generation server runtime that will gradually
|
||||
replace :mod:`Data.Server.server`. Stage 1 focuses on providing a skeleton
|
||||
application factory and service placeholders so later stages can port
|
||||
features incrementally.
|
||||
replace :mod:`Data.Server.server`. Stage 1 delivered the structural skeleton
|
||||
for the Flask/Socket.IO factory; Stage 2 layers in configuration loading and
|
||||
logging parity via :mod:`Data.Engine.config` so Engine launches honour the
|
||||
same environment variables and log destinations as the legacy server.
|
||||
"""
|
||||
|
||||
from .server import create_app, EngineContext # re-export for convenience
|
||||
|
||||
Reference in New Issue
Block a user