rename project to Kubernaut
Some checks failed
Gitea Actions Demo / lint (push) Failing after 2m8s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / release-image (push) Has been skipped

This commit is contained in:
2025-03-09 15:46:29 -05:00
parent a93cab4de5
commit c66d4676e3
12 changed files with 28 additions and 28 deletions

2
app.rb
View File

@ -20,7 +20,7 @@ require "config"
SESSION_SECRET_HEX_LENGTH = 64
JWT_SECRET_HEX_LENGTH = 64
ENV_PREFIX = "KIPUNJI"
ENV_PREFIX = "KUBERNAUT"
CLK_TCK = 100
PID_FILE_PATH = "/run/app/pid".freeze