{
  "name": "auth-service",
  "version": "1.1.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ivTgdKzVx5fgyumJYzYr"
  },
  "jwt_secret": "kpXFHpXvREaCH0QfmZz8RG/U9WQsZ4rg",
  "api_keys": {
    "stripe": "sk_live_Ig3bpgWK1tkpTpEhD1Renx01",
    "sendgrid": "SG.zGnZuY0GhhxbZjWPrlg5js",
    "twilio_sid": "AC389049ef77ee8c5f99b53647ca8a0975"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}