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" [api] domain="{{ app_domain }}" jwt_secret="{{ jwt_secret }}" [app] public_dir="/var/cryptoportfolio-app/static"