{
  "name": "payment-service",
  "version": "1.0.18",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aGjBx65sOL7xJ7vbf0eh"
  },
  "jwt_secret": "s4fiBgT+Lmremt443kw+pqORAFYVW9Zw",
  "api_keys": {
    "stripe": "sk_live_H52qkOuEC5QFraDy4Jc2ueih",
    "sendgrid": "SG.kYbELV8LZON2Dw6EmGlecO",
    "twilio_sid": "AC552039c03f02a35d212ca17d8777cb5e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}