docs: document license.ttrpgplayer.ru production endpoint (v1.0.1)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -40,6 +40,14 @@ MC4CAQAwBQYDK2VwBCIEIDNxA9U1VSG9zoOvcJ5uB+JUe25UD5m9UwMi6slXzW44
|
|||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Продакшен
|
||||||
|
|
||||||
|
Публичный endpoint: **`https://license.ttrpgplayer.ru/`** (nginx → `127.0.0.1:3847` на VPS).
|
||||||
|
|
||||||
|
Проверка: `curl https://license.ttrpgplayer.ru/health` → `{"ok":true}`.
|
||||||
|
|
||||||
|
Код на сервере: `/var/www/license_mailib_ru`, PM2-процесс `dnd-license`.
|
||||||
|
|
||||||
## Тесты
|
## Тесты
|
||||||
|
|
||||||
Из корня репозитория:
|
Из корня репозитория:
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dndgameplayer-license-server",
|
"name": "dndgameplayer-license-server",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Сервис выдачи и отзыва лицензий DNDGamePlayer (Ed25519)",
|
"description": "Сервис выдачи и отзыва лицензий DNDGamePlayer (Ed25519)",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user