init codebase
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{:server {:host "0.0.0.0" :port 3002}
|
||||
:api {:base-url "http://localhost:3001"}
|
||||
:nats {:url "nats://localhost:4222"
|
||||
:stream-name "ajet-events"}
|
||||
:assets {:tailwind-cdn true
|
||||
:datastar-cdn true}
|
||||
:session {:max-connections 10000}
|
||||
:ui {:messages-per-page 50
|
||||
:typing-timeout-sec 15
|
||||
:toast-duration-sec 5}
|
||||
|
||||
:profiles
|
||||
{:test {:nats {:url "nats://localhost:4223"}}
|
||||
:prod {:assets {:tailwind-cdn false :datastar-cdn false}}}}
|
||||
Reference in New Issue
Block a user