{
  "name": "auth-service",
  "version": "3.3.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rLAmiA02g2qwVLTfcNo8"
  },
  "jwt_secret": "+CWP3jn4YhLm6XVSTk8+e9uCLtAH2C5V",
  "api_keys": {
    "stripe": "sk_live_xi7qbYRPJCuc63z2APLVZGsb",
    "sendgrid": "SG.ARx2amrrx+lb0Jkib6g6hF",
    "twilio_sid": "ACb3d61c9822f118b997a0eedeb2bfce51"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}