{
  "name": "auth-service",
  "version": "1.9.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8rtqBHNW2qHmnUDYJ3RP"
  },
  "jwt_secret": "Bbz6GJ9xGgaZLSMBeJxIwBFR+/fv+oO+",
  "api_keys": {
    "stripe": "sk_live_qhKe7DRqFw1cLumHKAAUWZbI",
    "sendgrid": "SG.OP3F10+u7Ol7G5Jk3LaduB",
    "twilio_sid": "ACa05bd1ebd5819df4206a442c99bd2d51"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}