summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.h b/config.h
index c79aedc..3f58258 100644
--- a/config.h
+++ b/config.h
@@ -37,7 +37,7 @@
* files.
*/
#ifndef DATA_DIR
-#define DATA_DIR "/var/www/vault-data"
+#define DATA_DIR "/vault-data"
#endif
/*
@@ -48,4 +48,9 @@
#define LOG_FILE "/var/log/vault.log"
#endif
+/* The directory that contains the HTML template files */
+#ifndef TEMPLATE_DIR
+#define TEMPLATE_DIR "/usr/share/vault/template"
+#endif
+
#endif /* CONFIG_H */