{
  "name": "auth-service",
  "version": "1.5.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xIcfp4cBTQxwi1jLZS6c"
  },
  "jwt_secret": "HKnfDhxsOM6iFJfjXc7RlVJNX9XF+pPl",
  "api_keys": {
    "stripe": "sk_live_gmPh1GPuqU12DPu1Apxd7q9P",
    "sendgrid": "SG.Q6MNT56s+HaeRgFGYw1TQ3",
    "twilio_sid": "AC017cf2636e51ef3fcfae2b9692ce6d5b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}