New alert service
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ================================================================
|
||||
# services/alert-processor/alembic.ini - Alembic Configuration
|
||||
# services/alert_processor/alembic.ini - Alembic Configuration
|
||||
# ================================================================
|
||||
[alembic]
|
||||
# path to migration scripts
|
||||
@@ -43,7 +43,7 @@ recursive_version_locations = false
|
||||
output_encoding = utf-8
|
||||
|
||||
# Database URL - will be overridden by environment variable or settings
|
||||
sqlalchemy.url = postgresql+asyncpg://alert-processor_user:password@alert-processor-db-service:5432/alert-processor_db
|
||||
sqlalchemy.url = postgresql+asyncpg://alert_processor_user:password@alert-processor-db-service:5432/alert_processor_db
|
||||
|
||||
[post_write_hooks]
|
||||
# post_write_hooks defines scripts or Python functions that are run
|
||||
|
||||
Reference in New Issue
Block a user