Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jed McCaleb authored Dec 12, 2016
1 parent 06e2f5a commit 333cfe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ port = 8000

[database]
type = "mysql"
url = "root:@/dbname"
url = "dbuser:dbpassword:@/dbname"

[queries]
federation = "SELECT account_id as id FROM Users WHERE username = ? AND domain = ?"
Expand All @@ -61,7 +61,7 @@ port = 8000

[database]
type = "mysql"
url = "root:@/dbname"
url = "dbuser:dbpassword:@/dbname"

[queries]
federation = "SELECT username as memo, 'text' as memo_type, 'GD6WU64OEP5C4LRBH6NK3MHYIA2ADN6K6II6EXPNVUR3ERBXT4AN4ACD' as id FROM Users WHERE username = ? AND domain = ?"
Expand Down Expand Up @@ -105,4 +105,4 @@ After successful completion, you should find `bin/federation` is present in your

```
go test
```
```

0 comments on commit 333cfe4

Please sign in to comment.