Skip to content

Commit b20e775

Browse files
jonjensenshowell
authored andcommitted
Move streams.yaml to default_streams.yaml and ignore local streams.yaml
1 parent 58e17dd commit b20e775

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# configuration, caches, output
22
settings.py
3+
streams.yaml
34
_json
45
archive
56
zuliprc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now create the following 4 secrets. Use the credentials generated in the above s
5353

5454

5555
### Step 4 - Configure the streams you want to index
56-
`zulip-archive` by default don't know which all public streams to be indexed. You can tell `zulip-archive` which all streams to be indexed by creating a file called `streams.yaml` in the newly created repository.
56+
`zulip-archive` by default don't know which all public streams to be indexed. You can tell `zulip-archive` which all streams to be indexed by creating a file called `streams.yaml` in the newly created repository. You can make a copy of a default file to start with: `cp default_streams.yaml streams.yaml`
5757

5858
If you want to index all the public streams, set the following as the content of `streams.yaml` file.
5959

File renamed without changes.

0 commit comments

Comments
 (0)