{
  "name": "auth-service",
  "version": "2.9.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "z9SawrZgSuN0ppE5IT2o"
  },
  "jwt_secret": "it8o+rBlRROT6sDRSKoYF9q2KQXpIrFS",
  "api_keys": {
    "stripe": "sk_live_BQo9np6R9OEXpCm1oVGGoC0r",
    "sendgrid": "SG.ahlEvn2KkUG0mBkDxMxv5y",
    "twilio_sid": "AC6e4665d502283854c7d0677bf9a3b6c4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}