0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00

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
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

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