{
  "name": "auth-service",
  "version": "1.6.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ApEtAh5bVHNuBffEzuZI"
  },
  "jwt_secret": "HQZL62EINksHcRkQLrMFS2B9kliTMlvZ",
  "api_keys": {
    "stripe": "sk_live_0qZ0GLK4fwsH18NZ5vBGm9tn",
    "sendgrid": "SG.JW2WXhA8amE1clf1uT5wyv",
    "twilio_sid": "AC51734d62dc113fb75f545dbe6b9eee7a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}