mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
change default CONFIG_PATH to sample-config.json
This commit is contained in:
parent
34a4c336c7
commit
d45a9bcd46
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue