{
  "name": "auth-service",
  "version": "1.0.14",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ivwrTcX7N7JzLIMuNU4y"
  },
  "jwt_secret": "dTLjB/tMJ9IXx0Z80l0YXYf4JycEvR+v",
  "api_keys": {
    "stripe": "sk_live_dRVC61SobOWJsDFYL5Emdl8F",
    "sendgrid": "SG.TgMfezTBgiRYs7lV/oyVra",
    "twilio_sid": "AC608583b250f830468dd3ac7b8bba1d78"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}