codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
565 stars 135 forks source link

Any environment variable to enable/start mesh? #86

Closed armond-avanes closed 2 months ago

armond-avanes commented 5 months ago

I'm running AI Server via docker on RPi-5 (rpi64), and I'm wondering if there is any environment variable to enable/start mesh? I couldn't find anything in the documentation.

I've automated the installation of AI Server and I don't want to do any extra configuration after starting the container.

ChrisMaunder commented 2 months ago

Not en environment var, but in the appsettings.json file set MeshOptions.Enable

"MeshOptions": {
    "Enable": false,