{
  "name": "auth-service",
  "version": "1.2.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "64VN3RtXo0tiZ5aGyxRp"
  },
  "jwt_secret": "FCF5jLdjCqLdBJH668auFh4U8nz7u3o1",
  "api_keys": {
    "stripe": "sk_live_cCV3f78VvOncmH5tLfU3ejCi",
    "sendgrid": "SG.xYHRFr1utO6C1Nz/YSsjsn",
    "twilio_sid": "AC2e7bd7e688d51af0ef0b7fa0462bbba2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}