v0.5 SQL执行 板块

This commit is contained in:
何全
2019-08-06 15:11:13 +08:00
parent ed88c7a291
commit 58eb0d0a2d
4 changed files with 5 additions and 16 deletions

View File

@@ -157,6 +157,7 @@ APISERVER = 'https://192.168.100.111:6443'
> 进入项目 cd seal
> sql/bin/config/config.toml 里面可以设置备份服务器,详情可以 github搜索 goInception
```
chmod +x sql/bin/soar

View File

@@ -36,7 +36,6 @@ decorator==4.3.0
defusedxml==0.6.0
dill==0.2.9
Django==2.2.2
django-adminlte-ui==1.1.0
django-bootstrap3==11.0.0
django-bootstrap4==0.0.7
django-celery-beat==1.4.0
@@ -50,16 +49,6 @@ django-timezone-field==3.0
djangorestframework==3.9.2
docutils==0.14
dramatiq==1.5.0
Flask==1.0.3
Flask-Admin==1.5.3
Flask-AppBuilder==1.12.3
Flask-Babel==0.12.2
Flask-Caching==1.3.3
Flask-Login==0.4.1
Flask-OpenID==1.2.5
Flask-SQLAlchemy==2.4.0
flask-swagger==0.2.13
Flask-WTF==0.14.2
flower==0.9.3
funcsigs==1.0.0
future==0.16.0

View File

@@ -31,7 +31,6 @@ ALLOWED_HOSTS = ['*']
# Application definition
INSTALLED_APPS = [
'adminlteui',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',

View File

@@ -38,10 +38,10 @@ log-rotate = true
[inc]
backup_host="192.168.100.200"
backup_port=3308
backup_user="root"
backup_password="123456"
#backup_host="192.168.100.50"
#backup_port=3306
#backup_user="root"
#backup_password="123456"
enable_nullable = true
enable_drop_table = false