@@ -3,3 +3,5 @@
python-env
tags
+himport.conf
+himport.conf.local
@@ -9,10 +9,20 @@
./utils/pyenv-init
**Utilisation**
+
./utils/pyenv-himport
## Configuration
+**General**
You can copy the configuration file from ``himport.conf.template``
cp himport.conf.template himport.conf
+**Local configuration**
+ cp himport.conf.local.template himport.conf.local
+This file is used to store SQL information to connect to the dolibarr database
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+MYSQL_SETTINGS['password'] = "my_password_here"
+#MYSQL_SETTINGS = {
+# "host": "127.0.0.1",
+# "database": "dolibarr",
+# "user": "dolibarr",
+# "password": "my_password_here",
+# "port": 3306,
+#}