{
  "name": "auth-service",
  "version": "1.6.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0g4WHB47Pu2Wbr1rI77x"
  },
  "jwt_secret": "dePgKXHchSSnoJSrA6v1/raXvr8mQUjg",
  "api_keys": {
    "stripe": "sk_live_0Ii9GasjOAoTGzP0yMYObJUr",
    "sendgrid": "SG.vnVC68yArhgmm1W4JlZ+ms",
    "twilio_sid": "AC9ffc6c9ef628e0ea4b0f228287d819ea"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}