{
  "name": "auth-service",
  "version": "1.0.22",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "nMd4gX845HuirPdZRjH4"
  },
  "jwt_secret": "QHZwTIBraRMydQ6DOuSxkf5ovW7T5SCu",
  "api_keys": {
    "stripe": "sk_live_8xJDU1TcviJf0AUbTnG63xcU",
    "sendgrid": "SG.y5faZ613rCCpYwjtlzxvNB",
    "twilio_sid": "AC911b90121de4ca311deeac929b2794e4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}