mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-27 20:14:13 +00:00
20 lines
512 B
YAML
20 lines
512 B
YAML
listen_addr: ":{{.ListenPort}}"
|
|
client_namespace: "default"
|
|
rqlite_dsn: "{{.RQLiteDSN}}"
|
|
bootstrap_peers:
|
|
{{range .BootstrapPeers}} - "{{.}}"
|
|
{{end}}
|
|
enable_https: {{.EnableHTTPS}}
|
|
{{if .EnableHTTPS}}domain_name: "{{.DomainName}}"
|
|
tls_cache_dir: "{{.TLSCacheDir}}"
|
|
{{end}}
|
|
olric_servers:
|
|
{{range .OlricServers}} - "{{.}}"
|
|
{{end}}
|
|
olric_timeout: "10s"
|
|
ipfs_cluster_api_url: "http://localhost:{{.ClusterAPIPort}}"
|
|
ipfs_api_url: "http://localhost:{{.IPFSAPIPort}}"
|
|
ipfs_timeout: "60s"
|
|
ipfs_replication_factor: 3
|
|
|