mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 06:01:19 +00:00
- Explain data extraction process - Document fields that are extracted and which ones are hashed - Add status-bot public key so users are aware of the process
24 lines
828 B
YAML
24 lines
828 B
YAML
postgres:
|
|
schema: "status_app_monitoring"
|
|
tables:
|
|
messages: "raw_messages"
|
|
community: "raw_community_info"
|
|
# Value must be in MINUTES
|
|
sleep: 10
|
|
files:
|
|
# Get the latest community chat dates for next run
|
|
current_state: "dates.pkl"
|
|
|
|
bot:
|
|
# Public information for the bot
|
|
public_key: "0x041658626a9e1303b631f6d0fb1e047211d5603b977454f7d5d29fe583c3d6c1bd3d8e395d67f6c44b5bc659aae912040e9dd8164b5107368a29029cb53389d8b0"
|
|
compressed_key: "zQ3shNv1tnajHo5FvCvP662cWcbBfS5ZejB4TWaH9iAuFCZZe"
|
|
# Parameters based on Account class
|
|
params:
|
|
# localhost - to run code locally with Status Backend Dockerfile
|
|
# status-backend - to run code with docker-compose.yaml
|
|
# domain: "status-backend"
|
|
domain: "status-backend"
|
|
port: 8080
|
|
is_secure: false
|