mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Upload resources/demo/app.ini
This commit is contained in:
parent
abe426c31a
commit
267f0ed654
2 changed files with 8 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@
|
||||||
database.db
|
database.db
|
||||||
tmp
|
tmp
|
||||||
node_modules
|
node_modules
|
||||||
app.ini
|
/app.ini
|
||||||
dist
|
dist
|
||||||
*.exe
|
*.exe
|
||||||
*.po~
|
*.po~
|
||||||
|
|
7
resources/demo/app.ini
Normal file
7
resources/demo/app.ini
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[server]
|
||||||
|
HttpPort = 9000
|
||||||
|
RunMode = debug
|
||||||
|
JwtSecret = 2E1CE615-BB15-44F5-B5BE-6B5DA3581D0F
|
||||||
|
Email = test@jackyu.cn
|
||||||
|
HTTPChallengePort = 9180
|
||||||
|
StartCmd = bash
|
Loading…
Add table
Add a link
Reference in a new issue