diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-08-23 23:06:11 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-08-23 23:06:11 +0100 |
| commit | 00dee186de706a5dc152862be74f050e26691a71 (patch) | |
| tree | 7fae0f3de9f5e2ffe54009f3d2e67910ab85831b /config.yaml | |
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..35b5f95 --- /dev/null +++ b/config.yaml @@ -0,0 +1,14 @@ +server: + host: 0.0.0.0 + port: 4000 + +database: + connString: "host=localhost port=5432 user= dbname= sslmode=" + autoMigrate: true + +conference: + scheduleURL: "" + +acceptRegistrations: true +baseURL: "" + |
