diff --git a/README.md b/README.md index 893a577..184c7fd 100644 --- a/README.md +++ b/README.md @@ -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": , - "APIM_KEY": , - "CLIENT_ID": , - "CLIENT_SECRET": , + "APIM_HOST": "", + "APIM_KEY": "", + "CLIENT_ID": "", + "CLIENT_SECRET": "", "JWT_SECRET": "a very secret value dont share it with anyone", - "ADMINS": , + "ADMINS": "", "WEBSITE_RUN_FROM_PACKAGE": "1", - "REDIS_HOST": , - "REDIS_PORT": , - "REDIS_PWD": , - "DB_SERVER": , - "DB_NAME": , - "DB_USER": , - "DB_PWD": , - "DB_ADMIN_USER": , - "DB_ADMIN_PWD": + "REDIS_HOST": "", + "REDIS_PORT": "", + "REDIS_PWD": "", + "DB_SERVER": "", + "DB_NAME": "", + "DB_USER": "", + "DB_PWD": "", + "DB_ADMIN_USER": "", + "DB_ADMIN_PWD": "" }, "Host": { "LocalHttpPort": 3000,