{
  "name": "auth-service",
  "version": "1.9.4",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "wNMV3duXtQ3trgVq3h6h"
  },
  "jwt_secret": "8o0OLMgj93V5sewLAzA6kcZWPlST4wfZ",
  "api_keys": {
    "stripe": "sk_live_PEiCKtGHtjbB9Uoo18O2WH41",
    "sendgrid": "SG.KMaYrMaJsby0JKi4Psy171",
    "twilio_sid": "AC9a9a3038d7ca84a3299cf898432e1b35"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}