{
  "name": "auth-service",
  "version": "1.6.24",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RDT8ArvFBxwLBdE7wKFI"
  },
  "jwt_secret": "T7VL1wZzUVd9p/dgukOetBsxzPT11ch1",
  "api_keys": {
    "stripe": "sk_live_zq2hihUtUwbYWpcAv1kCoEjR",
    "sendgrid": "SG.UW/t06b1as1ZxpoSK1QIyw",
    "twilio_sid": "AC0fe7af6cb2875344e7d25af38de33293"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}