21 lines
270 B
Plaintext
21 lines
270 B
Plaintext
{
|
|
setup: {
|
|
admin_username: "voyager"
|
|
admin_password: "voyagerapp"
|
|
site_name: "voyager"
|
|
}
|
|
|
|
database: {
|
|
host: postgres
|
|
}
|
|
|
|
hostname: "localhost"
|
|
bind: "0.0.0.0"
|
|
port: 8536
|
|
|
|
pictrs: {
|
|
url: "http://pictrs:8080/"
|
|
image_mode: None
|
|
}
|
|
}
|