mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 06:01:19 +00:00
16 lines
462 B
YAML
16 lines
462 B
YAML
postgres:
|
|
schema: "status_app_monitoring"
|
|
tables:
|
|
messages: "raw_messages"
|
|
community: "raw_community_info"
|
|
members: "raw_community_activity"
|
|
# Value must be in MINUTES
|
|
sleep: 1440 # 1 day
|
|
# Parameters based on Account class
|
|
bot_params:
|
|
# localhost - to run code locally with Status Backend Dockerfile
|
|
# status-backend - to run code with docker-compose.yaml
|
|
domain: "status-backend"
|
|
port: 8080
|
|
is_secure: false
|