Switched to static config embedded in python code to environment based variables.

This commit is contained in:
edschuy95 2025-07-17 00:04:49 -04:00
parent e7786593e1
commit 0fc9aee963
30 changed files with 5794 additions and 26 deletions

View file

@ -19,6 +19,9 @@
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include=".dockerignore" />
<Content Include=".env" />
<Content Include=".env.template" />
<Content Include="docker-compose.yml" />
<Content Include="Dockerfile" />
<Content Include="requirements.txt" />
@ -26,7 +29,6 @@
<ItemGroup>
<Compile Include="app.py" />
<Compile Include="config.py" />
<Compile Include="config.template.py" />
<Compile Include="routes\threecx.py" />
<Compile Include="routes\voipms.py" />
<Compile Include="routes\yeastar.py" />