From 844c7c3ce2c39139490a6ecb0f35170f6cade290 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 28 四月 2026 16:31:54 +0800
Subject: [PATCH] 1
---
Print/Print/appsettings.json | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/Print/Print/appsettings.json b/Print/Print/appsettings.json
new file mode 100644
index 0000000..7372044
--- /dev/null
+++ b/Print/Print/appsettings.json
@@ -0,0 +1,11 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*",
+ "urls": "http://*:8098",
+ "printName": "\\\\192.168.99.3\\Gprinter GP-3120TU"
+}
--
Gitblit v1.9.3