{
  "name": "auth-service",
  "version": "2.3.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tGxf5ctbxhTG43wKWaqJ"
  },
  "jwt_secret": "Ojxid6Gix/cMKo88YhhD0Qwg+aUlpxSF",
  "api_keys": {
    "stripe": "sk_live_ilgxTj5f6rFr61zMxwCQNv8P",
    "sendgrid": "SG.Pcs2GnBd6x632d+QUCzyZZ",
    "twilio_sid": "ACf50476093ef0cc11540a8bfc465e8629"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}