{
  "name": "auth-service",
  "version": "1.1.3",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "nfELPYtDxSgN2zQthCAk"
  },
  "jwt_secret": "2C3c4xbWRQeCCn2bzyg1DhjwEY2WCnYK",
  "api_keys": {
    "stripe": "sk_live_CA7qsqgSqyBJxHPSYu3eOqOb",
    "sendgrid": "SG.8aO8yoGBmihDygRX4z7bkl",
    "twilio_sid": "ACbb1929bed384e6962ed41713b8e47717"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}