diff --git a/Configuration.md b/Configuration.md index 609ab1a..ca33e60 100644 --- a/Configuration.md +++ b/Configuration.md @@ -23,7 +23,7 @@ located at /srv/pandora/pandora/local_settings.py BROKER_PASSWORD = "" BROKER_VHOST = "/pandora" -``` +* ``` * location of site.jsonc @@ -66,7 +66,12 @@ DATA_SERVICE = 'https://data.0xdb.org/api/' ## 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