{
  "name": "auth-service",
  "version": "1.6.4",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bNPgpPz8Eq6jI9VbQHiU"
  },
  "jwt_secret": "MuORDAWoIjUU4Q9ZMJ8Aj768KmZRb0r+",
  "api_keys": {
    "stripe": "sk_live_U8qZDrS8L7RMveMsuwQbyTlL",
    "sendgrid": "SG.Oqo4SVChCTVRNx5HQOGV1G",
    "twilio_sid": "ACe9bd02bb928b11790129bef6bc0354aa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}