diff --git a/config/config_dev.yaml b/config/config_dev.yaml index b50d704..9cee0cc 100644 --- a/config/config_dev.yaml +++ b/config/config_dev.yaml @@ -7,14 +7,14 @@ database: host: localhost port: 3006 username: root - password: texpixel#pwd123! + password: root123 dbname: doc_ai max_idle: 10 max_open: 100 redis: addr: localhost:6079 - password: yoge@123321! + password: redis123 db: 0 limit: diff --git a/document_ai b/document_ai new file mode 100755 index 0000000..4e9a1e3 Binary files /dev/null and b/document_ai differ