• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

PythonからElixir Reportのレポートサーバーにアクセスするサンプルコード


Commit MetaInfo

Revision19594f4ae296a27afa128567afdeb0bf4fbfa3b1 (tree)
Time2014-12-03 15:41:45
Authorhylom <hylom@user...>
Commiterhylom

Log Message

update config.py

Change Summary

Incremental Difference

--- a/config.py
+++ b/config.py
@@ -3,12 +3,15 @@
33
44 config = {
55 "report_server": {
6- "user": "admin",
7- "password": "sa",
8- "host": "127.0.0.1",
6+ "user": "ga_test",
7+ "password": "ga_test",
8+ "host": "172.17.4.202",
99 "port": 7001
10- },
10+ },
1111 "data_source": {
12- "traffic": "/WebAnalytics/"
12+ "traffic": "/data/WebAnalyze/traffic_and_pageview_monthly_cache.ds"
13+ },
14+ "report_template": {
15+ "traffic":"/report/WebAnalyze/traffic_and_pageview.rml"
16+ }
1317 }
14-}