{
  "name": "user-service",
  "version": "1.7.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2iRHnHkgUq5iNP42Y4ns"
  },
  "jwt_secret": "wr7WiBdf8DZK/aeZzdLzGAzbGbvm7iZj",
  "api_keys": {
    "stripe": "sk_live_jWfwKCm6TnU6QbNxfq55XXFG",
    "sendgrid": "SG.QN6xtHaREEtZdxyBkN/QWr",
    "twilio_sid": "AC58635d2b106fc99a96a40c3df3c3c75f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}