{
  "name": "auth-service",
  "version": "3.2.2",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "PB6VLf7mgxb1XxN9FLst"
  },
  "jwt_secret": "cGIxRZodlMdC5SJR2zRmhRRT2bgF/zVW",
  "api_keys": {
    "stripe": "sk_live_RwGK6SMmowTxSMf9yVSj4Q1W",
    "sendgrid": "SG.6UWxXnTCTbvJTQAAmtAkZ1",
    "twilio_sid": "AC693baf85778cf4062d6fc8f0b4ce0bdf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}