{
  "name": "payment-service",
  "version": "1.6.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Y3wIAw6Fh2zUao8t6Q3Q"
  },
  "jwt_secret": "WbYIqcupiv6E36LuQCW2bOppMafYMd+L",
  "api_keys": {
    "stripe": "sk_live_YA1RFpcEozAgLIWBFJ2Zjrru",
    "sendgrid": "SG.npKVkSx+oTqdUpI/4jF3HA",
    "twilio_sid": "ACd68843e29fb76120838de9b69ba998ba"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}