{
  "name": "auth-service",
  "version": "1.1.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hEOblQpiB0FsemhJUFuh"
  },
  "jwt_secret": "gvMKRS6XmKLwbqv7dWzwNvxUtlU5AcFA",
  "api_keys": {
    "stripe": "sk_live_NrAR4pmf59U44cqSG1ofD8Ol",
    "sendgrid": "SG.CWn9svSOuJUyXzs+FfsOE3",
    "twilio_sid": "AC03d343f0355bc5c4a5e7530505dcff37"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}