mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 10:59:00 +00:00
Added missing angle brackets in README
This commit is contained in:
parent
b207ad2125
commit
a118b2ced5
@ -23,8 +23,8 @@ Edit `apimanager/apimanager/local_settings.py`:
|
||||
```python
|
||||
SECRET_KEY = '<random string>'
|
||||
OAUTH_API = '<your API root>' # e.g. https://api.openbankproject.com
|
||||
OAUTH_CLIENT_KEY = 'key you got from the API'
|
||||
OAUTH_CLIENT_SECRET = 'secret you got from the API'
|
||||
OAUTH_CLIENT_KEY = '<key you got from the API>'
|
||||
OAUTH_CLIENT_SECRET = '<secret you got from the API>'
|
||||
DATABASES['default']['NAME'] = '<filename to use for database>' # default is 'db.sqlite3' in parent directory of git checkout
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user