Skip to content

Commit

Permalink
null
Browse files Browse the repository at this point in the history
  • Loading branch information
honor100 committed Jun 28, 2017
1 parent 9898767 commit c385bb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions archer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,19 @@
'NAME': 'archer',
'USER': 'archer_rw',
'PASSWORD': 'archer_rw',
'HOST': '127.0.0.1',
'PORT': '5000'
'HOST': '192.168.37.10',
'PORT': '3306'
}
}

#inception组件所在的地址
INCEPTION_HOST = '192.168.1.11'
INCEPTION_HOST = '192.168.37.10'
INCEPTION_PORT = '6100'

#查看回滚SQL时候会用到,这里要告诉archer去哪个mysql里读取inception备份的回滚信息和SQL.
#注意这里要和inception组件的inception.conf里的inception_remote_XX部分保持一致.
INCEPTION_REMOTE_BACKUP_HOST='192.168.1.12'
INCEPTION_REMOTE_BACKUP_PORT=5621
INCEPTION_REMOTE_BACKUP_HOST='192.168.37.10'
INCEPTION_REMOTE_BACKUP_PORT=3307
INCEPTION_REMOTE_BACKUP_USER='inception'
INCEPTION_REMOTE_BACKUP_PASSWORD='inception'

Expand Down

0 comments on commit c385bb1

Please sign in to comment.