{
  "name": "auth-service",
  "version": "2.7.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eZ8UutPIW0kLkQEh6CYx"
  },
  "jwt_secret": "BcpbcK2lGGhm1lrRWENTlXZV/0oNaU+q",
  "api_keys": {
    "stripe": "sk_live_EklUm3RXkW0kwBjPAbQqi427",
    "sendgrid": "SG.jcudRo9jgSachNrKn2Itbz",
    "twilio_sid": "AC1392397fb5314f98a404988d84cedc9e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}