Move server actor named to shared constant
All checks were successful
/ docker (push) Successful in 4m42s

This commit is contained in:
Melody Becker 2025-04-16 12:47:53 +02:00
parent 5e93ecee73
commit 02c2e53c51
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
3 changed files with 27 additions and 5 deletions

View file

@ -7,4 +7,6 @@ const (
// where (.revision) is optional and only used for cases
// where multiple releases in a day are required
Version = "0.0.1 pre-alpha"
// Username for the server actor
ServerActorName = "server.actor"
)