mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
jester settings
This commit is contained in:
parent
49ff95b3fb
commit
f27b8b42f2
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ import ./types/[users, files]
|
|||
import ./[database, helpers]
|
||||
import ./routes/[auth, delete, download, upload, update]
|
||||
|
||||
settings:
|
||||
bindAddr = "0.0.0.0"
|
||||
port = Port(8080)
|
||||
reusePort = true
|
||||
staticDir = "./public"
|
||||
appName = ""
|
||||
|
||||
createAuthenticationRoutes()
|
||||
createDeletionRoutes()
|
||||
createDownloadRoutes()
|
||||
|
|
Loading…
Add table
Reference in a new issue