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:
parent
7e91d83f9a
commit
4dae7e250a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue