{
  "name": "auth-service",
  "version": "1.6.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OZEv68nadZHI3vCm8XSH"
  },
  "jwt_secret": "b54lTM1cnHw5rb7YQbkcdFiownvrF4a0",
  "api_keys": {
    "stripe": "sk_live_QENSmyTrUwgl4N3IJnLPiR5Z",
    "sendgrid": "SG.EJXUkSEoyviLlsr1R3ypeB",
    "twilio_sid": "AC2613bfdce1ef10034a5c9acf641676bf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}