fixed network issue with multiple managed rooms

This commit is contained in:
buenosairesam
2026-01-27 02:26:03 -03:00
parent dd47f9c66f
commit 8c5deb74e8
12 changed files with 401 additions and 3 deletions

6
cfg/.gitignore vendored
View File

@@ -1,13 +1,15 @@
# Environment files with credentials (use .env.example as template)
**/.env
!sample/**/.env
# Database dumps (sensitive data)
*/dumps/*.sql
**/dumps/*.sql
# Python
__pycache__/
*.pyc
*.pyo
# Standalone is kept in main soleprint repo as sample
# These are kept in main soleprint repo as templates
standalone/
sample/