This website works better with JavaScript.
Explore
Help
Register
Sign In
elf
/
insure
Watch
1
Star
0
Fork
You've already forked insure
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e49bb1f0dd
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e49bb1f0dd'
${ noResults }
insure
/
config
/
server.go
8 lines
109 B
Go
Raw
Normal View
History
Unescape
Escape
initial
5 months ago
package
config
type
Server
struct
{
y
5 months ago
Port
string
Domain
string
RootPath
string
`
yaml:"root-path"
`
initial
5 months ago
}