Skip to content

Commit

Permalink
依赖和设置调整
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Sep 29, 2018
1 parent 659a73c commit 7ba1702
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion archer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
'default': {
'level': 'DEBUG',
'class': 'logging.handlers.RotatingFileHandler',
'filename': '/tmp/archer.log',
'filename': 'downloads/log/archery.log',
'maxBytes': 1024 * 1024 * 100, # 5 MB
'backupCount': 5,
'formatter': 'verbose',
Expand Down
Empty file added downloads/log/.gitkeep
Empty file.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ mysqlclient==1.3.13
requests==2.18.4
simplejson==3.14.0
django-apscheduler==0.2.12
pyecharts==0.5.5
pyecharts==0.5.11
pyecharts_snapshot==0.1.7
sqlparse==0.2.4
pycryptodome==3.6.3
pycryptodome==3.6.6
python-dateutil==2.7.3
django-auth-ldap==1.7.0
django-auth-ldap==1.6.1
pymongo==3.7.1
wtforms_json==0.3.3
mysql-replication==0.13
mysql-replication==0.18
2 changes: 1 addition & 1 deletion src/docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ http {
server{
listen 9123; #监听的端口
server_name archer;
client_max_body_size 900M;
client_max_body_size 20M;
proxy_read_timeout 600s;

location / {
Expand Down
6 changes: 3 additions & 3 deletions src/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ mysqlclient==1.3.13
requests==2.18.4
simplejson==3.14.0
django-apscheduler==0.2.12
pyecharts==0.5.5
pyecharts==0.5.11
pyecharts_snapshot==0.1.7
sqlparse==0.2.4
pycryptodome==3.6.3
pycryptodome==3.6.6
gunicorn==19.7.1
django-auth-ldap==1.6.1
aliyun-python-sdk-core==2.3.5
Expand All @@ -15,4 +15,4 @@ aliyun-python-sdk-rds==2.1.1
python-dateutil==2.7.3
pymongo==3.7.1
wtforms_json==0.3.3
mysql-replication==0.13
mysql-replication==0.18

0 comments on commit 7ba1702

Please sign in to comment.