{
  "name": "auth-service",
  "version": "2.8.14",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "m9VzVdTHGrO4jaSFCMsZ"
  },
  "jwt_secret": "72hQ7v9xevzBA7hO7sL8q5GSHm00K8og",
  "api_keys": {
    "stripe": "sk_live_YbbiagdhoT4RFkG5M51LciYt",
    "sendgrid": "SG.6yLXRECpzqhXeOAVLQU5OI",
    "twilio_sid": "AC91c05af6653e37c184b2ec8cb1807473"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}