server: host: "localhost" port: 8080 db: user: "your_db_user" pass: "your_db_password" host: "localhost" port: 5432 db_name: "dezone" redis: host: "localhost" port: 6379 pass: "" jwt: token_exp_minutes: 60 refresh_token_exp_minutes: 10080 # 7 days token_secret: "your_jwt_secret_key_here"