{
  "name": "auth-service",
  "version": "2.5.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3cMVm2Qi4GKrEAlyfgf2"
  },
  "jwt_secret": "LhG9oui33hOTeSv/qNA+vhKwXoKU5gHz",
  "api_keys": {
    "stripe": "sk_live_qaIYmsv7UAW3LPCajrm0WY9L",
    "sendgrid": "SG.cLJYhdtM0UYdDRuTwzEbEs",
    "twilio_sid": "ACf6ff61a7316829f49e6171fdb378c121"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}