Files
Aaron Guise 2f43e96904
All checks were successful
CI / build (push) Successful in 2m59s
feat: Project Started 🎉
2024-08-30 12:21:09 +12:00

12 lines
264 B
Go

package key
const (
LogsWrite = "logs.write"
LogsLevel = "logs.level"
LogsReportCaller = "logs.show_caller"
MySQLUser = "mysql.user"
MySQLPassword = "mysql.password"
MySQLHost = "mysql.host"
MySQLPort = "mysql.port"
)