{
  "name": "auth-service",
  "version": "2.7.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TlxMOpUHEWuWUg7UJfba"
  },
  "jwt_secret": "DK2LUShaDxRKhxteQCZial4QiEKHh0zy",
  "api_keys": {
    "stripe": "sk_live_CP1Yo7kpvL75iDwlVITV8ido",
    "sendgrid": "SG.eIZK0XOrGMOQl/H/nWR6kf",
    "twilio_sid": "AC1892f4dd85a7eb3dbb269b41771568b0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}