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 }}" password_reset_secret="{{ reset_password_reset }}" free_sms_user="20996747" free_sms_pass="bM2ZPETB4zzWg3" [app] public_dir="/var/cryptoportfolio-app/static"