{
  "name": "auth-service",
  "version": "1.2.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WHM1mH6rysDAytninJ7Z"
  },
  "jwt_secret": "JkkoqJaFhVT/KH9drTD/ztDC+kFGJo95",
  "api_keys": {
    "stripe": "sk_live_yqaYgbQ3HipCxYioiLDqHd5g",
    "sendgrid": "SG.PT1laTVEzDyPP1mS9bsXfC",
    "twilio_sid": "ACb95cbff2fe7c97acde24e77cf2058cb8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}