diff options
Diffstat (limited to 'environment.go')
| -rw-r--r-- | environment.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environment.go b/environment.go index 6b88b3e..ac9b602 100644 --- a/environment.go +++ b/environment.go @@ -58,6 +58,9 @@ type Environment struct { // zero. MaxAttackDuration time.Duration `ini:"gorankusu::max_attack_duration"` + // IsDevelopment if true run gorankusu in testing mode. + IsDevelopment bool + mtx sync.Mutex } |
