Redid the ansible playbook

This commit is contained in:
2026-05-05 10:04:35 +00:00
parent d14aba1202
commit 7aeb2a6055
13 changed files with 76 additions and 36 deletions

View File

@ -3,7 +3,7 @@ HOST=0.0.0.0
PORT=80
LOG_LEVEL=WARN
DEBUG=false
SQLALCHEMY_DATABASE_URI=postgresql+psycopg://postgres:123456@{{ db }}:5432/brewman_{{ name }}
SQLALCHEMY_DATABASE_URI=postgresql+psycopg://postgres:123456@{{ db }}:5432/brewman_{{ instance }}
MODULE_NAME=brewman.main
PROJECT_NAME=brewman
PUBLIC_KEY={{ public_key }}