{
  "name": "auth-service",
  "version": "2.7.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VWqlhRAdc1nVcv6vaP0I"
  },
  "jwt_secret": "hHRtRndAGq0WrTWO3QeagiDMzbFb89GV",
  "api_keys": {
    "stripe": "sk_live_6RL1i5LmoKf1EYhkN0KTMovQ",
    "sendgrid": "SG.Gb6WHpqVnyOUvKS6N3q8dW",
    "twilio_sid": "AC1666b50792b92c9c95aa38c7d628635e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}