{
  "name": "auth-service",
  "version": "2.2.5",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "KOF4erSaJOy81BuY1ipD"
  },
  "jwt_secret": "az4dAJ5PvyHqLQJaTE36SK3HDIiAedJq",
  "api_keys": {
    "stripe": "sk_live_yl5HhTPqcXqr63QZ4rf2LQsQ",
    "sendgrid": "SG.u4fTWj0XL75JIxJlp82H5d",
    "twilio_sid": "AC9f27bf4a2bd2fbd15103f668da94ffb1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}