{
  "name": "auth-service",
  "version": "1.2.17",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rr4N50Qo43QvTWMfeVsR"
  },
  "jwt_secret": "vJZvVTcYp8u80IP0rTc97HWDyCck3FLV",
  "api_keys": {
    "stripe": "sk_live_nuI192bsapjOe0mibRNRONhL",
    "sendgrid": "SG.taA8231v/0mp1Z0jGQCREk",
    "twilio_sid": "ACf12a7ff06c12b344ec663856ce857f64"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}