{
  "name": "auth-service",
  "version": "1.1.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bEjMSypSx5bHrwhBVKPE"
  },
  "jwt_secret": "gIHz2EGxWTi3hJdJtlTX7HUxZofxw/oS",
  "api_keys": {
    "stripe": "sk_live_LCK5bRWU5BrPGH428i2jiz52",
    "sendgrid": "SG.FhU4T3K2GO2CvX0J2ht8VV",
    "twilio_sid": "AC72ec860e8f417762ed05b93fb3f8273f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}