Skip to content

Commit 14f3509

Browse files
committed
change filename and point to sample filename in readme
1 parent b828a9a commit 14f3509

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ When the token expires, it updates automatically.
151151
1. Download or clone this repository to your workstation to directory **eg-03-python-auth-code-grant**
152152
1. **cd eg-03-python-auth-code-grant**
153153
1. **pip3 install -r requirements.txt** (or pipenv can be used)
154-
1. Update the file **app/ds_config.py**
155-
with the Integration Key and other settings.
154+
1. Make a copy of the **app/ds_config_sample.py** and name it **ds_config.py**
155+
1. Update this new file **app/ds_config.py**
156+
with your Integration Key and other settings.
156157

157158
**Note:** Protect your Integration Key and secret--you
158159
should ensure that ds_config.py file will not be stored in your source code
File renamed without changes.

0 commit comments

Comments
 (0)