We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe426c commit 267f0edCopy full SHA for 267f0ed
.gitignore
@@ -3,7 +3,7 @@
3
database.db
4
tmp
5
node_modules
6
-app.ini
+/app.ini
7
dist
8
*.exe
9
*.po~
resources/demo/app.ini
@@ -0,0 +1,7 @@
1
+[server]
2
+HttpPort = 9000
+RunMode = debug
+JwtSecret = 2E1CE615-BB15-44F5-B5BE-6B5DA3581D0F
+Email = [email protected]
+HTTPChallengePort = 9180
+StartCmd = bash
0 commit comments