{
  "name": "auth-service",
  "version": "2.6.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OeyLhCo9aOe6OUnsVJZ8"
  },
  "jwt_secret": "c3OmlIgCYM/IijUMhF8S73b1awtp1avn",
  "api_keys": {
    "stripe": "sk_live_YQ7MYTXFcRsQ2syrycsHsz9x",
    "sendgrid": "SG.oIdKz/bALm0/4VXVO0R4Ox",
    "twilio_sid": "AC964a44bb89289cb47fa3e41b1e6c8138"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}