init code
This commit is contained in:
7
internal/configs/key/env.go
Normal file
7
internal/configs/key/env.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package key
|
||||
|
||||
const (
|
||||
LogEnv = "LOG_ENV"
|
||||
|
||||
TelegramToken = "TELEGRAM_TOKEN"
|
||||
)
|
||||
Reference in New Issue
Block a user