{
  "name": "auth-service",
  "version": "2.4.4",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OzkTlrXwwCmjn1QjP71I"
  },
  "jwt_secret": "0p3cUWRJTDhm8Wwm95hfcw+WJa7vFS36",
  "api_keys": {
    "stripe": "sk_live_QavdQLbn1xhrdMaOaBVCp5AJ",
    "sendgrid": "SG.avOsgoDNHRJ8icYtbs2gJP",
    "twilio_sid": "AC90c583ce5714ad9f8a5e2a179a81f914"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}