{
  "name": "auth-service",
  "version": "1.3.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Kf90oyICf3EAIHb78vuE"
  },
  "jwt_secret": "GOTT57YcOOC8aJNpfHjn3hLVgKGjqQyR",
  "api_keys": {
    "stripe": "sk_live_sqVNrvNwfQvHq3r8rBScNvvB",
    "sendgrid": "SG.lxxVnhjrf2h19USUdxyTlp",
    "twilio_sid": "AC7b998eb6dbff721e455970eefb19654f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}