{
  "name": "payment-service",
  "version": "1.7.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dAPuWP4gcnXwPLKPJLQl"
  },
  "jwt_secret": "ruvo/dvT7ot+BgZb2+A4EITEBKPK96pG",
  "api_keys": {
    "stripe": "sk_live_Yd9CzMwsY26v5kEDm8PB8V2C",
    "sendgrid": "SG.YSJhhP5kn7u4FNKCh94xh/",
    "twilio_sid": "ACde678ab12cae49cdf547e69fcf9d3c74"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}