summaryrefslogtreecommitdiff
path: root/install/config.template
blob: f0f086545dc778f4dc475a68dcdd9ace0e96b17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ISHTAR_PATH=/srv/ishtar/
ISHTAR_DB=127.0.0.1
ISHTAR_WEBSERVER=nginx
ISHTAR_LOCALE=fr_FR
USE_CELERY=no
USE_LIBREOFFICE=no
ISHTAR_LIB_PATH=/usr/lib/python3/dist-packages/

if [ -d conf.d ]; then
	for file in $(ls conf.d/); do
		source conf.d/$file;
	done
fi