Skip to content

Commit 43e3408

Browse files
Update README.md
1 parent 8ab2ee3 commit 43e3408

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,23 @@ to
6161
SERVER_NAME = os.environ.get('PROFILES_SERVER_NAME', 'localhost:8080')
6262
```
6363

64-
Reach out to an RTP to get OIDC credentials that will allow you to develop locally behind OIDC auth.
64+
#### OIDC
65+
66+
Reach out to an RTP to get OIDC credentials that will allow you to develop locally behind OIDC auth. You will need `PROFILES_OIDC_CLIENT_ID` and `PROFILES_OIDC_CLIENT_SECRET`
67+
68+
#### LDAP
6569

6670
```LDAP_BIND_DN``` is your CSH DN. It is in the following format:
6771

6872
```uid={CSH User Name},cn=users,cn=accounts,dc=csh,dc=rit,dc=edu```
6973

70-
```LDAP_BIND_PASS``` is your CSH password.
74+
```LDAP_BIND_PASS``` is your CSH password.
75+
76+
#### DATADOG
77+
78+
```DATADOG_ENV``` is the env where you are developing, should stay local for local development
79+
80+
```DATADOG_APP_VERSION``` is the version of your app, no real values yet since versions are iffy, could be commit hash in the future
7181

7282
If you did everything right, you should be able to run ```python app.py``` and develop locally.
7383

0 commit comments

Comments
 (0)