{
  "name": "auth-service",
  "version": "3.0.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "i81cTEjd9cqeYbK8CEbV"
  },
  "jwt_secret": "xd+zh8Tcg6DKjc6VzftHAYKhuwCRVGG3",
  "api_keys": {
    "stripe": "sk_live_Al0FCuQ7JoG27p0IpMxrVTqV",
    "sendgrid": "SG.EPc/vFb30g5huyEPrHmfAm",
    "twilio_sid": "ACfa34de5c3e421430099d625ddf292b03"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}