{
  "name": "auth-service",
  "version": "3.7.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YHT2DMZskcw9q2acwWn4"
  },
  "jwt_secret": "zKk/rzcCR04e/+xUvJOuVuQKerb7Qduh",
  "api_keys": {
    "stripe": "sk_live_mHkh9FZIwdySVjXTG15udLOg",
    "sendgrid": "SG.Fv842pS0hUOWYfRt3gmARv",
    "twilio_sid": "ACfcc317872abd27243b8a677062e54221"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}