Put back default community name. (#15777)
This commit is contained in:
parent
c17bb4877c
commit
33e7deee55
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ module Settings
|
|||
setting(
|
||||
:community_name,
|
||||
type: :string,
|
||||
default: ApplicationConfig["COMMUNITY_NAME"],
|
||||
default: ApplicationConfig["COMMUNITY_NAME"] || "New Forem",
|
||||
validates: {
|
||||
format: {
|
||||
with: /\A[^[<|>]]+\Z/,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue