Browse Source

Merge branch 'master' of https://fuzzy.fzk.de/gogs/kopmann/scopus

Andreas Kopmann 7 years ago
parent
commit
6dc4f63989
2 changed files with 23 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 20 0
      config.py.sample

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*config.py
+*.log
+*.pyc

+ 20 - 0
config.py.sample

@@ -0,0 +1,20 @@
+# Scopus script's configration
+# A Kopmann, 12.4.17
+#
+
+
+db_host = 'localhost'
+db_user = 'scopus'
+db_pw = '$scopus$'
+db_name = 'scopus'
+
+log_file = '/root/scopus/scopus-publications.log'
+
+
+wp_api_url = "http://ufo.kit.edu/ufo2/xmlrpc.php"
+wp_user = "scopus"
+wp_password = "$scopus$"
+
+
+
+