{
  "name": "auth-service",
  "version": "2.5.14",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EPuEgJjMNq95s0Mwx83D"
  },
  "jwt_secret": "LN2itCGfrhtJSLgsK3RZQy/or3WrGaIi",
  "api_keys": {
    "stripe": "sk_live_sdmQwAnzbtviaF4ENbdV5UCx",
    "sendgrid": "SG.0h325fiLNuGgcyPqI9y6Rq",
    "twilio_sid": "ACe282a3af20b527ff98f666c45f01adef"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}