about summary refs log tree commit diff
path: root/db/seeds/02_instance_actor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/seeds/02_instance_actor.rb')
-rw-r--r--db/seeds/02_instance_actor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds/02_instance_actor.rb b/db/seeds/02_instance_actor.rb
index 39186b273..f9aa372f1 100644
--- a/db/seeds/02_instance_actor.rb
+++ b/db/seeds/02_instance_actor.rb
@@ -1 +1 @@
-Account.create_with(actor_type: 'Application', locked: true, username: ENV['LOCAL_DOMAIN'] || Rails.configuration.x.local_domain).find_or_create_by(id: -99)
+Account.create_with(actor_type: 'Application', locked: true, username: 'mastodon.internal').find_or_create_by(id: -99)