{
  "name": "auth-service",
  "version": "2.9.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ksMlOcXxXiMArWoAuRlS"
  },
  "jwt_secret": "9YqZmWGO54H8z15L8T41gCg/QvAnQhzU",
  "api_keys": {
    "stripe": "sk_live_Pa6II0frd4UhGyGgERQC7AQW",
    "sendgrid": "SG.WTxnRbsOFRufhcIHLa9HW8",
    "twilio_sid": "AC46a78490d051e165af9f8669037473f1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}