{
  "name": "auth-service",
  "version": "3.3.15",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "r6YGJbqeJNiDjjOLiQ7x"
  },
  "jwt_secret": "m1bkom7SrTOeYV9mywoBr7DlxRiBc9It",
  "api_keys": {
    "stripe": "sk_live_4gcrmbvWXD9VVelLNrttf7Tj",
    "sendgrid": "SG.EG97dINvaZLYrVJh1wwqx3",
    "twilio_sid": "AC5b25e65e325a287f05d05c02e4c33682"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}