{
  "name": "payment-service",
  "version": "1.0.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2SqhIzoOuCFHc8f0Uwlp"
  },
  "jwt_secret": "GBj4oy2fBlc3qaVASloeXD6YBv3apHuU",
  "api_keys": {
    "stripe": "sk_live_LgJgjIyuPsPmfqwiw3BeT1O7",
    "sendgrid": "SG.GbfRzI3Qt+8DUHLpuFporK",
    "twilio_sid": "ACcab53d683f29e8a2dc779e56b4d57548"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}