{
  "name": "auth-service",
  "version": "3.8.7",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1B4pPkdz0LHY8bhwqbBL"
  },
  "jwt_secret": "AbONkj9kgO3+NVWefDAq4LpFeUZG5PXN",
  "api_keys": {
    "stripe": "sk_live_XozDFLnH2xmuw5jbiQpLLDLT",
    "sendgrid": "SG.xV7/Z+OCObYcpCF9XlJrk/",
    "twilio_sid": "AC49246f72c7cd9d7f70e1643541758d38"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}