{
  "name": "auth-service",
  "version": "1.5.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CWe3tQ9RnPYPr6R8sTRo"
  },
  "jwt_secret": "75/GTsN7/UJiU9tRjjZ1U1dFDB6LpoTp",
  "api_keys": {
    "stripe": "sk_live_GrKM8yWCs8iHajPFfxXBBl7t",
    "sendgrid": "SG.AV4QSK1V9niTNFFSJZBKak",
    "twilio_sid": "ACaacab0e413ddb841db33436da69873f1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}