# Docker compose config file # PostgreSQL settings DB_USER=admin DB_PASSWORD=1234 DB_HOST=pagerino_db DB_NAME=pager_data # === MQTT broker settings MQTT_ADDRESS=ssl://mosquitto:8883 MQTT_CLIENT_ID=app-server MQTT_QOS=0 # This App's ID in Chirpstack # + matches all IDs # # matches all IDs and all(!) subtopics #APP_ID=d6ccd2ad-0cf7-46ab-8618-7a5a14b8676d APP_ID=188c5d25-2d6b-43e3-aaf3-07dd0a8c386e CHIRP_ADDRESS=chirpstack:8080 CHIRP_API_KEY=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJjaGlycHN0YWNrIiwiaXNzIjoiY2hpcnBzdGFjayIsInN1YiI6IjZlYTA1YTQ1LWUxODgtNDI3Yy1hMWMwLWZiNTQ1NWQ1N2QxZSIsInR5cCI6ImtleSJ9.i6as57Fod4m4oDvHw8LoV2wVz2wjnQFOi_l60zTnGy8 SERVER_API_PORT=50222 # Enviroment variables that will be available for every application # General version of the system VERSION=0.1 # Optional prefix for logging LOG_PREFIX=[Pagerino] # Main app container name SERVER_NAME=pagerino-app # General preferred connection timeout TIMEOUT=3s