mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-09 20:19:32 +02:00
Update README.md
This commit is contained in:
@@ -36,6 +36,8 @@ services:
|
||||
REDIRECTURL: https://example.com/authorize
|
||||
CLIENTSECRET: aAbBcCdD123123
|
||||
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
|
||||
Example data for appsettings.json:
|
||||
@@ -51,7 +53,9 @@ Example data for appsettings.json:
|
||||
"clientId": "111111111111",
|
||||
"clientSecret": "aAbBcCdD",
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user