Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bwallet
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Go
bwallet
Commits
7d558e6b
Commit
7d558e6b
authored
Dec 23, 2019
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b850b994
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
47 deletions
+0
-47
.gitignore
.gitignore
+0
-3
app.ini
conf/app.ini
+0
-44
No files found.
.gitignore
View file @
7d558e6b
...
...
@@ -87,5 +87,3 @@ Network Trash Folder
Temporary Items
.apdisk
# web config
conf/app.ini
\ No newline at end of file
conf/app.ini
deleted
100644 → 0
View file @
b850b994
[app]
PageSize
=
50
JwtSecret
=
bwallet
Timeout
=
60 * 60 * 24
PrefixUrl
=
http://127.0.0.1:8983
RuntimeRootPath
=
runtime/
ImageSavePath
=
upload/images/
# MB
ImageMaxSize
=
5
ImageAllowExts
=
.jpg,.jpeg,.png
ExportSavePath
=
export/
QrCodeSavePath
=
qrcode/
FontSavePath
=
fonts/
LogSavePath
=
logs/
LogSaveName
=
log
LogFileExt
=
log
TimeFormat
=
20060102
[server]
#debug or release
RunMode
=
debug
HttpPort
=
8983
ReadTimeout
=
60
WriteTimeout
=
60
[database]
Type
=
mysql
User
=
root
Password
=
123456
Host
=
172.16.100.216:3306
Name
=
pc_sources
TablePrefix
=
coin_
[redis]
Host
=
127.0.0.1:6379
Password
=
MaxIdle = 30
MaxActive
=
30
IdleTimeout
=
200
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment