Skip to content

Commit ae01f47

Browse files
authored
Update README.md
1 parent 198486c commit ae01f47

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,19 @@ If you would like to run this project using your local machine, first create a `
3838
```
3939
import os
4040
41+
os.environ['IP'] = ''
42+
os.environ['PORT'] = ''
4143
os.environ['SERVER_NAME'] = ''
4244
os.environ['PREFERRED_URL_SCHEME'] = ''
45+
os.environ["OIDC_ISSUER"] = ""
46+
os.environ["OIDC_CLIENT_ID"] = ""
4347
os.environ["OIDC_CLIENT_SECRET"] = ""
44-
os.environ["DEVCADE_DB_PORT"] = ""
45-
os.environ["DEVCADE_DB_NAME"] = ""
46-
os.environ["DEVCADE_DB_USER"] = ""
47-
os.environ["DEVCADE_DB_PASS"] = ""
48-
os.environ["DEVCADE_DB_URI"] = ""
48+
os.environ["GOOGLE_OIDC_ISSUER"] = ""
49+
os.environ["GOOGLE_OIDC_CLIENT_ID"] = ""
50+
os.environ["GOOGLE_OIDC_CLIENT_SECRET"] = ""
4951
os.environ["DEVCADE_API_URI"] = ""
52+
os.environ["FRONTEND_API_KEY"] = ""
53+
os.environ["DEVCADE_IS_DEV"] = ""
5054
```
5155

52-
Note that this is just a template for the `envs.py` file. You will need to get these secrets from an RTP or Devcade developer.
56+
Note that this is just a template for the `envs.py` file. You will need to get these secrets from an RTP or Devcade developer.

0 commit comments

Comments
 (0)