Skip to content

Commit

Permalink
Merge pull request #413 from stellar/sep1-passphrase
Browse files Browse the repository at this point in the history
SEP-0001: Add NETWORK_PASSPHRASE
  • Loading branch information
tomerweller committed Sep 26, 2019
2 parents 47d0e57 + cd4dd4e commit c01f2c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecosystem/sep-0001.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Author: stellar.org
Status: Active
Created: 2017-10-30
Updated: 2019-06-12
Version: 2.0.0
Version: 2.1.0
```

## Simple Summary
Expand Down Expand Up @@ -48,6 +48,7 @@ These are global fields in the `stellar.toml` file.

Field | Requirements | Description
------|--------------|------------
NETWORK_PASSPHRASE | string | The passphrase for the specific [Stellar network](https://www.stellar.org/developers/guides/concepts/networks.html) this infrastructure operates on
FEDERATION_SERVER | uses `https://` | The endpoint for clients to resolve stellar addresses for users on your domain via [SEP-2](sep-0002.md) Federation Protocol
AUTH_SERVER | uses `https://` | The endpoint used for [SEP-3](sep-0003.md) Compliance Protocol
TRANSFER_SERVER | uses `https://` | The server used for [SEP-6](sep-0006.md) Anchor/Client interoperability
Expand Down Expand Up @@ -191,6 +192,7 @@ Content-length: 482
```toml
# Sample stellar.toml

NETWORK_PASSPHRASE="Public Global Stellar Network ; September 2015"
FEDERATION_SERVER="https://api.domain.com/federation"
AUTH_SERVER="https://api.domain.com/auth"
TRANSFER_SERVER="https://api.domain.com"
Expand Down

0 comments on commit c01f2c6

Please sign in to comment.