Skip to content

Commit 267f0ed

Browse files
committed
Upload resources/demo/app.ini
1 parent abe426c commit 267f0ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
database.db
44
tmp
55
node_modules
6-
app.ini
6+
/app.ini
77
dist
88
*.exe
99
*.po~

resources/demo/app.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[server]
2+
HttpPort = 9000
3+
RunMode = debug
4+
JwtSecret = 2E1CE615-BB15-44F5-B5BE-6B5DA3581D0F
5+
6+
HTTPChallengePort = 9180
7+
StartCmd = bash

0 commit comments

Comments
 (0)