http: hostname: "" port: 8000 readTimeout: "5s" writeTimeout: "10s" idleTimeout: "2m" tls: enabled: false certificate: "" key: "" app: name: "OrcasHub" environment: "test" location: "America/Los_Angeles" publicURL: "https://example.com" # Change this on any live environments encryptionKey: "encryption-key" timeout: "20s" emailVerificationTokenExpiration: "12h" maxWorkers: 2 metricsPort: 8001 hooksUsername: testUser hooksPassword: testPassword flags: cache: numCounters: 1000 maxCost: 100 bufferItems: 64 expiration: staticFile: "4380h" page: "24h" storage: # If omitted, rootDir will be the directory containing this config file. #rootDir: "" # photoStorageDir is relative to the rootDir. photoStorageDir: "storage" # databaseFile is relative to the rootDir. databaseFile: "data.sqlite" # rbacpolicypath is relative to the rootDir. rbacpolicypath: "policy.csv" mail: token: "INVALID" enable: true # Will use the mail mock domain: "hub.orcas.community" fromAddress: "hub@hub.orcas.community" supportAddress: "support@orcashub.org" adminAddress: "me@example.com" eventsAddress: "events@hub.orcas.community" mapbox: token: "INVALID" boundingBox: "-123.0414,48.5843,-122.7352,48.7191" resolution: "560x420" discourse: clientID: "example-id" clientSecret: "example-secret" domain: "localhost:9000"