{
  "name": "auth-service",
  "version": "3.1.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ectNL3i44k4XNpgyo8Au"
  },
  "jwt_secret": "5tI/2gqzVKemrYiqnVtloX+sAmep7vKK",
  "api_keys": {
    "stripe": "sk_live_mIGGtJ25B2Db51T3inSMcajP",
    "sendgrid": "SG.kx6hlE5oc2QoKgrpaS8V39",
    "twilio_sid": "ACe6644404581fd5fc98b5810c0fd96a2a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}