{
  "name": "auth-service",
  "version": "3.1.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "o6z8a5j27SbJdso958Nc"
  },
  "jwt_secret": "0pMO0nH2t0MAQhAUSE+IOZ4dMRaopQDB",
  "api_keys": {
    "stripe": "sk_live_gYbzxnWi4a6hvkbLAxvPsWMg",
    "sendgrid": "SG.R5WufAN7HVxIizCmxltd3f",
    "twilio_sid": "ACbee0ee3ba05bc98c790f5d5d9c64c1b9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}