{
  "name": "auth-service",
  "version": "1.0.12",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "dTiJh1RCLd2Otr5vij41"
  },
  "jwt_secret": "Zu6M+y/nqQueh4pBF74eJEzzskD9b70D",
  "api_keys": {
    "stripe": "sk_live_RAAwmobjEVxe4WfKW4d4uCem",
    "sendgrid": "SG.NI6QDTt+zenVqVOh9Yn07C",
    "twilio_sid": "ACaf0b4ed02ef8352474cff1dc6a352fa4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}