PythonからElixir Reportのレポートサーバーにアクセスするサンプルコード
修订版 | 1e1938c5b9bd70c139b8d05b288fdb9aaf627715 (tree) |
---|---|
时间 | 2014-12-03 18:18:26 |
作者 | hylom <hylom@user...> |
Commiter | hylom |
update config.py
@@ -5,7 +5,7 @@ config = { | ||
5 | 5 | "report_server": { |
6 | 6 | "user": "ga_test", |
7 | 7 | "password": "ga_test", |
8 | - "host": "172.17.4.202", | |
8 | + "host": "example.com", | |
9 | 9 | "port": 7001 |
10 | 10 | }, |
11 | 11 | "data_source": { |