Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Nov 26, 2023
1 parent 953b134 commit 50fb7f1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ Fill with the following values:
"Values": {
"AzureWebJobsStorage": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"FUNCTIONS_WORKER_RUNTIME": "node",
"APIM_HOST": <URL of your API Management instance>,
"APIM_KEY": <subscription key for your APIM instance>,
"CLIENT_ID": <client id of your registered app at MTFSZ SSO>,
"CLIENT_SECRET": <client secret of your registered app at MTFSZ SSO>,
"APIM_HOST": "<URL of your API Management instance>",
"APIM_KEY": "<subscription key for your APIM instance>",
"CLIENT_ID": "<client id of your registered app at MTFSZ SSO>",
"CLIENT_SECRET": "<client secret of your registered app at MTFSZ SSO>",
"JWT_SECRET": "a very secret value dont share it with anyone",
"ADMINS": <array of MTFSZ users that the seed function will set as admin>,
"ADMINS": "<array of MTFSZ users that the seed function will set as admin>",
"WEBSITE_RUN_FROM_PACKAGE": "1",
"REDIS_HOST": <host url of your redis instance>,
"REDIS_PORT": <port of your redis instance>,
"REDIS_PWD": <password of your redis instance>,
"DB_SERVER": <host of your database server>,
"DB_NAME": <database name of your database>,
"DB_USER": <user (with datareader and datawriter roles) of your database>,
"DB_PWD": <password of your user>,
"DB_ADMIN_USER": <user (with database admin role) of your database>,
"DB_ADMIN_PWD": <password of your admin user>
"REDIS_HOST": "<host url of your redis instance>",
"REDIS_PORT": "<port of your redis instance>",
"REDIS_PWD": "<password of your redis instance>",
"DB_SERVER": "<host of your database server>",
"DB_NAME": "<database name of your database>",
"DB_USER": "<user (with datareader and datawriter roles) of your database>",
"DB_PWD": "<password of your user>",
"DB_ADMIN_USER": "<user (with database admin role) of your database>",
"DB_ADMIN_PWD": "<password of your admin user>"
},
"Host": {
"LocalHttpPort": 3000,
Expand Down

0 comments on commit 50fb7f1

Please sign in to comment.