parent
58b6786754
commit
ff8a111f49
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
package config |
||||
|
||||
type ApiConfig struct { |
||||
UseTLS bool |
||||
ForceTLS bool |
||||
SSLPort string |
||||
HttpPort string |
||||
} |
Loading…
Reference in new issue