From 4dae7e250acbadc41b2f5d962330ae0e628ec991 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 27 Feb 2024 09:24:07 +0100 Subject: [PATCH] docs: improve configuration section in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b05d95..25f07857 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ pm2 start --name="pingvin-share-backend" npm -- run prod cd ../frontend npm install npm run build -API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080 +API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080 pm2 start --name="pingvin-share-frontend" npm -- run start ``` @@ -127,7 +127,7 @@ docker compose up -d ### Configuration -You can customize Pingvin Share by going to the configuration page in your admin dashboard. +You can customize Pingvin Share like changing your domain by going to the configuration page in your admin dashboard `/admin/config`. #### Environment variables