{
  "name": "auth-service",
  "version": "3.9.18",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "J82r64byRa6blLNxXS9l"
  },
  "jwt_secret": "i6JAIzCH7AkdjPoi++HoWCpmBT5ChpFl",
  "api_keys": {
    "stripe": "sk_live_J7DMUyJTImBRZi6ytPXkkeVa",
    "sendgrid": "SG.mYwtkw5Qx/AHgryFCdAt8w",
    "twilio_sid": "AC8e692e62a4fa9d7ce4bf4109f7638677"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}