{
  "name": "auth-service",
  "version": "3.2.20",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "n294WDs7cpIyZoQBOUIU"
  },
  "jwt_secret": "qhT2Fgh0XZAkhynSUvwYva07+JIhuHMq",
  "api_keys": {
    "stripe": "sk_live_l9j9u7wK4ZgVNSkE74j7Sokj",
    "sendgrid": "SG.vFIL61gCk3Z5VnEgnhkp46",
    "twilio_sid": "AC7a82174b0bcc658ac78704205b255e12"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}