Browse Source

Added sample configuration for UFO server

Andreas Kopmann 7 years ago
parent
commit
0aad2d170c
1 changed files with 20 additions and 0 deletions
  1. 20 0
      config.py.sample

+ 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$"
+
+
+
+