Rename khoj config yml file to follow more specific khoj*.yml pattern

- That is, sample_config.yml is renamed to khoj_sample.yml
- This makes the application config filename less generic,
  more easily identifiable with the application
- Update docs, app accordingly
This commit is contained in:
Debanjum Singh Solanky
2022-08-03 12:06:55 +03:00
parent 48681644e9
commit a4eb55dd00
5 changed files with 14 additions and 14 deletions

View File

@@ -34,4 +34,4 @@ services:
limits:
memory: 8g
# Use 0.0.0.0 to explicitly set the host ip for the service on the container. https://pythonspeed.com/articles/docker-connection-refused/
command: --host="0.0.0.0" --port=8000 -c=config/sample_config.yml -vv
command: --host="0.0.0.0" --port=8000 -c=config/khoj_sample.yml -vv