Move server actor named to shared constant
All checks were successful
/ docker (push) Successful in 4m42s
All checks were successful
/ docker (push) Successful in 4m42s
This commit is contained in:
parent
5e93ecee73
commit
02c2e53c51
3 changed files with 27 additions and 5 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue