{
  "name": "auth-service",
  "version": "2.8.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FYnZ6rb74uCOHfR1XNLd"
  },
  "jwt_secret": "R3GQpvLsy5jQvhSdMTPLHE895upNHNoW",
  "api_keys": {
    "stripe": "sk_live_YZ1ZbbTxna06xI4FG6y317rx",
    "sendgrid": "SG.7IuawV7bh5/lcnXdnN4I0P",
    "twilio_sid": "AC3b2230952f238c2790f5a121fa765fe1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}