{
  "name": "auth-service",
  "version": "3.3.16",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vhPJ5fmtAeA9KlzgSROk"
  },
  "jwt_secret": "tSfTXKdNVd8MrGziftylceh2lWYVdiLe",
  "api_keys": {
    "stripe": "sk_live_sphIZF4bNznKo20nVM2WiSaC",
    "sendgrid": "SG.W47T6DwehBw/0cLr4q76jd",
    "twilio_sid": "ACa4706dd85db91b026b4632b42108ce20"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}