{
  "name": "auth-service",
  "version": "3.0.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LeZgA4KxFMfHKOOK0zEA"
  },
  "jwt_secret": "mDqIlkZHEU2O26Njq18JD4GhYnGO38f6",
  "api_keys": {
    "stripe": "sk_live_UNhjvAtGc31AKYguX25dJwY8",
    "sendgrid": "SG.Dyoeg8Eu7vwi/fe5vYB9Lz",
    "twilio_sid": "AC8daf0c634cbb3bae6860a3b76e53abca"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}