{
  "name": "auth-service",
  "version": "3.7.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Om4wNrNIXzsu5ROP2SfF"
  },
  "jwt_secret": "i8lacUzlqwbIc2gO/LN4wBEBV3/wcBgA",
  "api_keys": {
    "stripe": "sk_live_3IEX33LgBhORB39ZUdWD0aQS",
    "sendgrid": "SG.rDJfSwij6xMjqgb/LEHvCM",
    "twilio_sid": "ACea52653c8870ed3b7a08e7a74575e6a7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}