{
  "name": "auth-service",
  "version": "1.4.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NK5RJjYVkLPHgI5O7RP5"
  },
  "jwt_secret": "IBL6MPtAjUfb1/REL4Q4+H/sSxsUwPKH",
  "api_keys": {
    "stripe": "sk_live_5iuVQC0IidcYG1wf6CovlUBo",
    "sendgrid": "SG.fxWtL1voyDw+PmFz81qeeL",
    "twilio_sid": "AC4e799e0f2b5a1685a6731683aaef776f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}