{
  "name": "auth-service",
  "version": "3.0.1",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "AQZz62KwchLV6WTX0aNK"
  },
  "jwt_secret": "muSt6d//svdZbGRaO7EG41RbvfjBVVO/",
  "api_keys": {
    "stripe": "sk_live_XJKk73NaI5OV2a9v0rcK4asR",
    "sendgrid": "SG.6JhfVQoM+F/pLm7oYLRwTX",
    "twilio_sid": "ACd7837f9a7b0d19f7d2ce2808382f1434"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}