File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,19 @@ If you would like to run this project using your local machine, first create a `
3838```
3939import os
4040
41+ os.environ['IP'] = ''
42+ os.environ['PORT'] = ''
4143os.environ['SERVER_NAME'] = ''
4244os.environ['PREFERRED_URL_SCHEME'] = ''
45+ os.environ["OIDC_ISSUER"] = ""
46+ os.environ["OIDC_CLIENT_ID"] = ""
4347os.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"] = ""
4951os.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.
You can’t perform that action at this time.
0 commit comments