{
  "name": "auth-service",
  "version": "3.1.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cZThA3DO9efE9yCOfDHj"
  },
  "jwt_secret": "eEqZrz88gPNUO3QUhvW4LseNgscy7pm1",
  "api_keys": {
    "stripe": "sk_live_pVzHsi8nEllYgtPkL64TaciE",
    "sendgrid": "SG.x+c2E8iExcnNla5xP4De23",
    "twilio_sid": "ACf380d9133d82f8792f02252bbd191941"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}