{
  "name": "auth-service",
  "version": "1.2.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hk1fW9YQU37WCwhKhlAQ"
  },
  "jwt_secret": "xtEy2ph0SjOORFR1p48bNbAlXH/D/dzk",
  "api_keys": {
    "stripe": "sk_live_qmWIVv86VhGReGyWVCydwNvA",
    "sendgrid": "SG.rYJ/eiQWIi1kcUfmOn1edg",
    "twilio_sid": "AC5655f8da7db007243386f29ab8d7e2cd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}