{
  "name": "auth-service",
  "version": "3.2.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "p49EQvMNUzjqSt8Ynk6A"
  },
  "jwt_secret": "NeM52cPUyqHz9vJHd7yopIYOwWTu7q8y",
  "api_keys": {
    "stripe": "sk_live_NUO1lIu5p4CcdKBI6ZxWFyl2",
    "sendgrid": "SG./XsLl82hlMAdkT+dJ4NhLx",
    "twilio_sid": "ACa5c24c9e2fe87fadb20338ffdfa71da7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}