diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-30 17:48:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | f1888e6ff317e22434533607b0f4f109b689e698 (patch) | |
tree | b871f098dc6e9a6935f3d57518587bca58c57788 /install | |
parent | 4c9e1d942b6042730a4cefae553820eae350a3b8 (diff) | |
download | Ishtar-f1888e6ff317e22434533607b0f4f109b689e698.tar.bz2 Ishtar-f1888e6ff317e22434533607b0f4f109b689e698.zip |
Template file for config
Diffstat (limited to 'install')
-rw-r--r-- | install/config.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/config.template b/install/config.template new file mode 100644 index 000000000..67d6b0c37 --- /dev/null +++ b/install/config.template @@ -0,0 +1,6 @@ +ISHTAR_PATH=/srv/ishtar/ +ISHTAR_DB=127.0.0.1 +ISHTAR_WEBSERVER=nginx +ISHTAR_LOCALE=fr_FR +USE_CELERY=no +USE_LIBREOFFICE=no
\ No newline at end of file |