change default CONFIG_PATH to sample-config.json

This commit is contained in:
msukkari 2024-09-26 14:06:06 -07:00
parent 34a4c336c7
commit d45a9bcd46

View file

@ -32,7 +32,7 @@ WORKDIR /app
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
ENV DATA_DIR=/data
ENV CONFIG_PATH=$DATA_DIR/config.json
ENV CONFIG_PATH=$DATA_DIR/sample-config.json
ENV DATA_CACHE_DIR=$DATA_DIR/.sourcebot
# Sourcebot collects anonymous usage data using [PostHog](https://posthog.com/). Uncomment this line to disable.