first commit
This commit is contained in:
7
configs/key/env.go
Normal file
7
configs/key/env.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package key
|
||||
|
||||
const (
|
||||
EnvApiPort = "API_PORT"
|
||||
|
||||
EnvGinTrustedProxyIp = "GIN_TRUSTED_PROXY_IP"
|
||||
)
|
||||
Reference in New Issue
Block a user