1
0
mirror of https://github.com/ManyakRus/telegram_loki.git synced 2024-12-12 09:33:50 +02:00
telegram_loki/internal/constants/constants.go
2024-11-13 16:45:10 +03:00

15 lines
304 B
Go

package constants
var Layout = "2006-01-02 15:04:05 -0700"
const TEXT_HELP = `
Need create .env file
anf fill variables there
`
// SERVICE_NAME - name of service
const SERVICE_NAME = "telegram_loki"
// #FILE_PERMISSIONS - linux file permissions, integer 438 = octal 0666
const FILE_PERMISSIONS = 438