{
  "name": "auth-service",
  "version": "1.6.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "L6C7SHdQxcBzQK7qLDpZ"
  },
  "jwt_secret": "AQaRk/2HB983MbDJSUJpA4j4EWgjTQZS",
  "api_keys": {
    "stripe": "sk_live_yBZrnV8xC6sXXdf035nhV9EW",
    "sendgrid": "SG.EzwuuFs3tSqcCcS+38KYqx",
    "twilio_sid": "AC71dae1d43ba67b08ff6e2a9527850583"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}