{
  "name": "auth-service",
  "version": "3.7.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FvQDbu9eXNfLaOMGWLxx"
  },
  "jwt_secret": "o4zzkox6nwzI8SWtxSBiew2cvMzZ2qC9",
  "api_keys": {
    "stripe": "sk_live_xjwe2jdrFQm1xYvocabaYO7O",
    "sendgrid": "SG.r+9Z6mtHeksgH19zOuU/1+",
    "twilio_sid": "AC46fa07fd30dc7bd65e1bfd1a44347a22"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}