{
  "name": "auth-service",
  "version": "2.1.19",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MzmgPo5JZQKuBqgTlx5J"
  },
  "jwt_secret": "XVMWWzLj5wwraNOS85YlF+Bq93lbF4/b",
  "api_keys": {
    "stripe": "sk_live_EB7PmSDBLoUh19snObmSxUue",
    "sendgrid": "SG.1ukIVB+zxLmYZkZaQGWYfa",
    "twilio_sid": "AC714501e8c4bb419e956f9a654bf474e3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}