diff options
Diffstat (limited to 'conf.d/etc/default')
-rw-r--r-- | conf.d/etc/default/xds-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/default/xds-server b/conf.d/etc/default/xds-server index 0c82849..4bf2ae6 100644 --- a/conf.d/etc/default/xds-server +++ b/conf.d/etc/default/xds-server @@ -2,7 +2,7 @@ # this file is used for service environment in /usr/lib/systemd/user/xds-server.service # JSON config file to use -#APP_CONFIG=${HOME}/.config/xds/server/config.json +#APP_CONFIG=${HOME}/.xds/server/server-config.json # Logging level (supported levels: panic, fatal, error, warn, info, debug) LOG_LEVEL=info |