log_level="info" mode="production" log_out="/var/cryptoportfolio-app/app.log" port="8080" [db] user="{{ postgres_user }}" password="{{ postgres_password }}" database="{{ postgres_database }}" address="localhost:5432" [redis] type="{{ redis_adress_type }}" address="localhost:6379" database=0 [api] domain="{{ app_domain }}" jwt_secret="{{ jwt_secret }}" [app] public_dir="/var/cryptoportfolio-app/static"