{
  "name": "auth-service",
  "version": "1.8.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0wjFoNd7kxP2OdvhW9Zl"
  },
  "jwt_secret": "1TBPKsjlU9NvU4MCR8eU41TIuNTyN28g",
  "api_keys": {
    "stripe": "sk_live_SLGIrBA7Yfr251DjIhnQpCLV",
    "sendgrid": "SG.oV3QVdtpGEyyoVzoIpRHfe",
    "twilio_sid": "ACbdf07726b4ba9ba8f21253f734a15eb9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}