From b0eed617328acd5d14b6a85ce010e37fabc2db91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Sep 2023 23:03:40 +0200 Subject: [PATCH] Update ADMIN.md --- doc/ADMIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 8774b13..ade438c 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -5,6 +5,6 @@ If you want to install Etherpad with plugins and mysql database: https://github. ## Configuration -You can access Etherpad's admin panel at `domain.tld/admin`. The configuration file for Etherpad is at the path `__INSTALL_DIR__/settings.json`. +You can access Etherpad's admin panel at `__DOMAIN__/admin`. The configuration file for Etherpad is at the path `__INSTALL_DIR__/settings.json`. *Skin Builder* (accessible at this address `__DOMAIN__/pad/p/test#skinvariantsbuilder`) allows you to customize the skin of your pad. It will give you a parameter to copy into your configuration file `__INSTALL_DIR__/settings.json`.