{
  "name": "auth-service",
  "version": "2.9.22",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "s351mGbOqB2WfYyuLyVY"
  },
  "jwt_secret": "P3FMBQh7dVfd/MSCm3Z4D/MWM4h9H53S",
  "api_keys": {
    "stripe": "sk_live_Jqy0wVGlVzAnTDRtJwtVLpdx",
    "sendgrid": "SG.S99FgjXcqn+FT60fVOTl14",
    "twilio_sid": "ACc2247e6ab43f8238493c847012e4334c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}