Changed config and cache directory from necronda-server to necronda/server

This commit is contained in:
2021-09-17 22:17:40 +02:00
parent b5749ae991
commit eeb0ce7035
3 changed files with 15 additions and 11 deletions

@ -17,6 +17,11 @@
#define CONFIG_TYPE_LOCAL 1
#define CONFIG_TYPE_REVERSE_PROXY 2
#ifndef DEFAULT_CONFIG_FILE
# define DEFAULT_CONFIG_FILE "/etc/necronda/server.conf"
#endif
typedef struct {
int type;
char name[256];