Update README.md

This commit is contained in:
Dima yawaflua
2023-12-21 09:26:28 +03:00
committed by GitHub
parent 9000b9c372
commit 6b4f63c376

View File

@@ -36,6 +36,8 @@ services:
REDIRECTURL: https://example.com/authorize REDIRECTURL: https://example.com/authorize
CLIENTSECRET: aAbBcCdD123123 CLIENTSECRET: aAbBcCdD123123
CLIENTID: 1111111111111111111 CLIENTID: 1111111111111111111
OWNERID: 1111111111111111
READMEFILE: https://raw.githubusercontent.com/example/example/main/README.md
``` ```
For normal work this site need to give psql data to docker environ, or appsettings.json, if you download this project from github manually For normal work this site need to give psql data to docker environ, or appsettings.json, if you download this project from github manually
Example data for appsettings.json: Example data for appsettings.json:
@@ -51,7 +53,9 @@ Example data for appsettings.json:
"clientId": "111111111111", "clientId": "111111111111",
"clientSecret": "aAbBcCdD", "clientSecret": "aAbBcCdD",
"redirectUrl": "https://example.com/authorize", "redirectUrl": "https://example.com/authorize",
"connectionString": "Host=example.com;Username=root;Password=root;Database=MySite;" "connectionString": "Host=example.com;Username=root;Password=root;Database=MySite;",
"ownerId": "1111111111",
"readmeFile": "https://raw.githubusercontent.com/example/example/main/README.md
} }
``` ```
# Support me # Support me