Fix server_uri in README
This commit is contained in:
parent
564e4dd20d
commit
69976f1993
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Configure the engine in ```config/initializers/diaspora_federation.rb```:
|
||||||
```ruby
|
```ruby
|
||||||
DiasporaFederation.configure do |config|
|
DiasporaFederation.configure do |config|
|
||||||
# the pod url
|
# the pod url
|
||||||
config.server_uri = "http://localhost:3000"
|
config.server_uri = URI("http://localhost:3000")
|
||||||
|
|
||||||
# ... other settings
|
# ... other settings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue