diff --git a/README.md b/README.md index f03df9e..5111f05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
- - -
diff --git a/config/config.yaml b/config/config.yaml
index 4d2d77f..ff522b5 100644
--- a/config/config.yaml
+++ b/config/config.yaml
@@ -11,7 +11,7 @@ Server:
recoverWait: 1
MySQL:
- host: 127.0.0.1
+ host: w8t-mysql
port: 3306
user: root
pass: w8t.123
@@ -19,10 +19,10 @@ MySQL:
timeout: 10s
Redis:
- host: 127.0.0.1
+ host: w8t-redis
port: 6379
pass: ""
Jwt:
# 失效时间
- expire: 18000
\ No newline at end of file
+ expire: 18000
diff --git a/deploy/sql/tenants.sql b/deploy/sql/tenants.sql
index 35ab540..5211e26 100644
--- a/deploy/sql/tenants.sql
+++ b/deploy/sql/tenants.sql
@@ -1 +1,2 @@
-INSERT INTO `tenants` (`id`, `name`, `create_at`, `create_by`, `manager`, `description`, `user_number`, `rule_number`, `duty_number`, `notice_number`, `remove_protection`) VALUES ('tid-co4iic3adq7a2jjeas90', 'default', 1711876400, 'system', 'admin', 'default 租户', 999, 999, 999, 999, 1);
\ No newline at end of file
+INSERT INTO `tenants` (`id`, `name`, `create_at`, `create_by`, `manager`, `description`, `user_number`, `rule_number`, `duty_number`, `notice_number`, `remove_protection`) VALUES ('tid-co4iic3adq7a2jjeas90', 'default', 1711876400, 'system', 'admin', 'default 租户', 999, 999, 999, 999, 1);
+