{
  "name": "auth-service",
  "version": "2.1.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jEYdatgXRobPh5EEU6LY"
  },
  "jwt_secret": "eFfPnyChq1F5syQJyqGFMPKGOxSfF/2U",
  "api_keys": {
    "stripe": "sk_live_IpJh9GaGdNRQjJ6yDTwCphbU",
    "sendgrid": "SG.ddEiPa+MFD0qW/nCN7l8Wl",
    "twilio_sid": "AC2fc16db191f83e53a87713a133842bdf"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}