{
  "name": "auth-service",
  "version": "2.7.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zS1f3MXQ8mYkbpRiJhwW"
  },
  "jwt_secret": "ZavG/YNrwhuv22lvzi5E0KoMEdC0TPXQ",
  "api_keys": {
    "stripe": "sk_live_abWCRQXqxyrytP3FZT8Mlz6k",
    "sendgrid": "SG.9aM4w08g6gsqITRoaGHBYt",
    "twilio_sid": "ACe31298895d389ebed70d47b8c17f8de3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}