diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 */ |