chore: migrate production URLs to ttrpgplayer.ru (v1.0.24)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -77,7 +77,7 @@ def build_document() -> Document:
|
||||
srv.rows[0].cells[0].text = "Параметр"
|
||||
srv.rows[0].cells[1].text = "Значение"
|
||||
server_rows = [
|
||||
("Домен", "https://license.mailib.ru/"),
|
||||
("Домен", "https://license.ttrpgplayer.ru/"),
|
||||
("VPS", "185.173.94.234"),
|
||||
("Папка проекта", "/var/www/license_mailib_ru"),
|
||||
("Файл ключей", "/var/www/license_mailib_ru/data.json"),
|
||||
@@ -229,7 +229,7 @@ console.log('maxDevices:', maxDevices);
|
||||
add_code(doc, "sudo -u dndlicense pm2 restart dnd-license")
|
||||
|
||||
doc.add_heading("Проверка", level=1)
|
||||
add_bullet(doc, "Сервер жив: curl https://license.mailib.ru/health → {\"ok\":true}")
|
||||
add_bullet(doc, "Сервер жив: curl https://license.ttrpgplayer.ru/health → {\"ok\":true}")
|
||||
add_bullet(
|
||||
doc,
|
||||
"В приложении TTRPG Player: «Указать ключ» → вставить продуктовый ключ → активация.",
|
||||
|
||||
Reference in New Issue
Block a user