{
  "name": "auth-service",
  "version": "1.5.24",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7Gj7nyPN8XzP840pGxLV"
  },
  "jwt_secret": "F9qzCDFYKY8FeydnWwFT+2Z22dvRSCM3",
  "api_keys": {
    "stripe": "sk_live_AwiQlirPGTQwNcdLVZvwgPoI",
    "sendgrid": "SG.QuggMnVTe5aLiyXo2ZB8gE",
    "twilio_sid": "AC7ce6feef8c1f042bd12a4b8682de91ba"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}