Skip to content

Commit

Permalink
Change the database name and config to sql.md and config.yaml (caoyin…
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlayzer authored Apr 18, 2023
1 parent 4a2445c commit b3b8fbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ default:
# 日志路径,在日志类型为 file 的时候生效
log_dir: /var/log/pixiu
# jwt 签名的 key
jwt_key: gopixiu
jwt_key: pixiu

# 数据库地址信息
mysql:
host: gopixiu
host: pixiu
user: root
password: GoPixiu868686
port: 3306
name: gopixiu
name: pixiu

cicd:
enable: false
Expand Down
2 changes: 1 addition & 1 deletion deploy/pixiu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mysql:
user: root
password: GoPixiu868686
port: 3306
name: gopixiu
name: pixiu

cicd:
enable: false
Expand Down
4 changes: 2 additions & 2 deletions docs/sql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 创建 `gopixiu` 数据库
# 创建 `pixiu` 数据库
```sql
CREATE DATABASE gopixiu;
CREATE DATABASE pixiu;
```

## 创建 `users`
Expand Down

0 comments on commit b3b8fbb

Please sign in to comment.