{
  "name": "payment-service",
  "version": "2.2.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ois6ji3vWMdqH95r5qbw"
  },
  "jwt_secret": "MfapMnw33HUrKVAzdYTS2cbwUXlG9m++",
  "api_keys": {
    "stripe": "sk_live_4vbG07clrVmnqaIJ0PzUBH7H",
    "sendgrid": "SG.VOw4/fRq18xiBgejOcOf36",
    "twilio_sid": "AC704f8d40878fd5884c8dd4070ad0bb9c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}