{
  "name": "payment-service",
  "version": "3.4.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UkdG3RozyKvi660LRMs3"
  },
  "jwt_secret": "SPLl90TRypUmyjtcTR6xJyZvXLqoTtyY",
  "api_keys": {
    "stripe": "sk_live_SuUwAGnseDG3lEJS11dCdS0N",
    "sendgrid": "SG.r2kXJSADLLqn+KmJu13RtE",
    "twilio_sid": "ACb5faf2a22410dc00f12827c62284ce3e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}