This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Biukop
/
SFM-loan-Rest-Api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
enable https and debug switch.
master
sp
4 years ago
parent
612421221d
commit
b9e51e25cd
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
config.go
+ 3
- 0
config.go
View File
@@ -15,7 +15,10 @@ type configStaticHtml struct {
type configuration struct {
Host string
Port string
TlsCert string
TlsKey string
Static []configStaticHtml
Debug bool
Session struct {
Guest bool
Year int //how many years
Write
Preview
Loading…
Cancel
Save