Put back default community name. (#15777)

This commit is contained in:
Nick Taylor 2021-12-14 15:48:38 -05:00 committed by GitHub
parent c17bb4877c
commit 33e7deee55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/,