{
  "name": "auth-service",
  "version": "3.8.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IDkTbAvbZpOHdWL6UMuO"
  },
  "jwt_secret": "evfnq4+9tP+zIY33Za6I2OslSrNS2upj",
  "api_keys": {
    "stripe": "sk_live_7MdHbHtshfgR5GZlLlRDeeuc",
    "sendgrid": "SG.6IupLbjUzToBLI5nZXTcmf",
    "twilio_sid": "AC2fb4d1586e5958c8668721d78505e7d1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}