{
  "name": "auth-service",
  "version": "2.8.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hR4SBEGcF2YGtZ68ZyAK"
  },
  "jwt_secret": "jYjDLTPp0ohtN3pqiANRLV7syoAV9vzG",
  "api_keys": {
    "stripe": "sk_live_V3AFBQsnQCpUAy22XMyVSrZv",
    "sendgrid": "SG.b7Nq9lNnyszKSdXgGIGEXC",
    "twilio_sid": "AC96877b9e65ab2c8b9c963d06397d0064"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}