16 lines
528 B
TOML
16 lines
528 B
TOML
###################################
|
|
# Default Sandpiper settings file #
|
|
###################################
|
|
|
|
# Don't edit this unless you know what you are doing! You probably want to edit
|
|
# the `settings.toml` file in this directory instead.
|
|
|
|
# The data directory
|
|
# Relative to this directory - and shouldn't contain a trailing slash.
|
|
data_dir = "data"
|
|
|
|
[places]
|
|
|
|
# [places.example-project]
|
|
# name = "An Awesome Project";
|
|
# key = "A very sekret key"; # Required by clients to report an error to this project. Should be unique!
|