mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-04-17 20:58:14 -04:00
* Added docker compose for easier development * Add volumes, container names, dockerignore * Add users, secret key Co-authored-by: David Straub <straub@protonmail.com>
8 lines
212 B
INI
8 lines
212 B
INI
TREE="Example"
|
|
MEDIA_BASE_DIR="/usr/share/doc/gramps/example/gramps/"
|
|
SEARCH_INDEX_DIR="/app/indexdir"
|
|
STATIC_PATH="/app/static"
|
|
BASE_URL="https://localhost:5555/"
|
|
SECRET_KEY="not_secret_enough"
|
|
CORS_ORIGINS="*"
|