{
  "name": "payment-service",
  "version": "2.7.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wq3MLCYbbGCNUZrWDnUL"
  },
  "jwt_secret": "GoUxg/OTH8VTJ1thIZ4fT5uoD5LEKpqw",
  "api_keys": {
    "stripe": "sk_live_BgHYdAarkKo3sAnJDq9M1ESE",
    "sendgrid": "SG.5oaGA6wqsdVsgpjfDjnu9T",
    "twilio_sid": "AC42d819ab16c7528859784b129bbd4934"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}