{
  "name": "auth-service",
  "version": "1.8.14",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xpYmUffETWx1k2LXlPsJ"
  },
  "jwt_secret": "Znu/j6L9AFIeLrcioVkU4OnRC9FQgStC",
  "api_keys": {
    "stripe": "sk_live_2xXiuQfh8b6T0fmZU3hrYb0N",
    "sendgrid": "SG.+UYUZjLy1WeX4WSyix8gQ8",
    "twilio_sid": "AC02cbfde973f350c00cf99dd823bb4fe9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}