summaryrefslogtreecommitdiffstats
path: root/server/src/config.cppm
diff options
context:
space:
mode:
authorRutger Broekhoff2026-08-29 14:36:36 +0200
committerRutger Broekhoff2026-08-29 14:36:36 +0200
commit999d77a9bcfa90f002b0107ea5fc7e6abc51dd9c (patch)
tree15f2154ba28139ab87602bcb53f1451e5b8bfd6b /server/src/config.cppm
parent783ec01cbe2007c2ccf723635166c08f6d26abee (diff)
downloadroutemon-999d77a9bcfa90f002b0107ea5fc7e6abc51dd9c.tar.gz
routemon-999d77a9bcfa90f002b0107ea5fc7e6abc51dd9c.zip
Deployment preparations
Diffstat (limited to 'server/src/config.cppm')
-rw-r--r--server/src/config.cppm2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/config.cppm b/server/src/config.cppm
index 358a961..ab9b137 100644
--- a/server/src/config.cppm
+++ b/server/src/config.cppm
@@ -23,7 +23,7 @@ export struct database
23 23
24export struct http_server 24export struct http_server
25{ 25{
26 bool lax_cors; 26 std::vector<std::string> allow_origins;
27}; 27};
28 28
29export struct logger 29export struct logger