docs: improve configuration section in README

This commit is contained in:
Elias Schneider
2024-02-27 09:24:07 +01:00
parent 7e91d83f9a
commit 4dae7e250a

View File

@@ -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