{
  "name": "auth-service",
  "version": "1.3.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "k6f2N1bs4VF8MdoiuVj8"
  },
  "jwt_secret": "DKWox2MDsaiJ+JOYabULLvbE6BcuxIWA",
  "api_keys": {
    "stripe": "sk_live_9pw1h1wMuPEvx8DYwkbklMa6",
    "sendgrid": "SG.oRyEgNmTYN47l507Rebgiy",
    "twilio_sid": "AC82b765ae9ed9b48492d9811d2bfe78cf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}