{
  "name": "auth-service",
  "version": "3.1.23",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0ku5dUDnsiwAEcgLzUnN"
  },
  "jwt_secret": "o9my2vSOTdNJ9P8uXwDP7hfI6fHXutS4",
  "api_keys": {
    "stripe": "sk_live_2MulW9nkA8zt5wzPuAIa4iwa",
    "sendgrid": "SG.zhggF14ppW125+SUMNpCRF",
    "twilio_sid": "AC8492a4c5c2032df823c548da523d8f54"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}