{
  "name": "payment-service",
  "version": "1.7.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6pHqwYhr8hew061UscPl"
  },
  "jwt_secret": "VmzpRWmChob0NfWM/iGP5IXr97a/Dywx",
  "api_keys": {
    "stripe": "sk_live_HJvJomKBThYdIsGbCEqpEA6f",
    "sendgrid": "SG.z4NOdqfMazZ4nx6nBdyvMR",
    "twilio_sid": "AC2542fbb0f6ff31479fd073cf49437ee1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}