docs: document license.ttrpgplayer.ru production endpoint (v1.0.1)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-01 15:56:46 +08:00
parent 4ac63f2889
commit b7c14d6191
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
View File
@@ -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": {