Update page 'Configuration'
parent
c4007daee3
commit
796b3aa197
1 changed files with 7 additions and 2 deletions
|
@ -23,7 +23,7 @@ located at /srv/pandora/pandora/local_settings.py
|
||||||
BROKER_PASSWORD = ""
|
BROKER_PASSWORD = ""
|
||||||
BROKER_VHOST = "/pandora"
|
BROKER_VHOST = "/pandora"
|
||||||
|
|
||||||
```
|
* ```
|
||||||
|
|
||||||
* location of site.jsonc
|
* location of site.jsonc
|
||||||
|
|
||||||
|
@ -66,7 +66,12 @@ DATA_SERVICE = 'https://data.0xdb.org/api/'
|
||||||
|
|
||||||
## config.jsonc
|
## config.jsonc
|
||||||
|
|
||||||
look at config.0xdb.jsonc, config.pandora.jsonc and config.padma.jsonc to get an idea of available options for now.
|
* look at [config.0xdb.jsonc](/0x2620/pandora/src/branch/master/pandora/config.0xdb.jsonc), [config.pandora.jsonc](/0x2620/pandora/src/branch/master/pandora/config.pandora.jsonc) and [config.padma.jsonc](/0x2620/pandora/src/branch/master/pandora/config.padma.jsonc) to get an idea of available options, the file as extensive inline documentation of the various settings. After changing keys you have to migrate the database and reload the pandora services:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo -u pandora /srv/pandora/update.py db
|
||||||
|
/srv/pandora/ctl reload
|
||||||
|
```
|
||||||
|
|
||||||
## poster/icon scripts
|
## poster/icon scripts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue