Skip to content

Commit

Permalink
Add tansu info file for tansu itself
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Aug 23, 2024
1 parent 04ea4c7 commit ea8bda5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions tansu.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
VERSION = "2.0.0"

ACCOUNTS = [
"GCMFQP44AR32S7IRIUKNOEJW5PNWOCLRHLQWSHUCSV4QZOMUXZOVA7Q2"
]

[DOCUMENTATION]
ORG_NAME = "Consulting Manao GmbH"
ORG_URL = "https://tansu.dev"
ORG_DESCRIPTION = "Bringing Git hashes onto Stellar’s blockchain"
ORG_GITHUB = "https://github.com/tupui/soroban-versioning"

[[PRINCIPALS]]
github = "tupui"
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ This command generates static content into the `build` directory and can be serv

### Deployment

Netlify
Done on Netlify directly.
6 changes: 3 additions & 3 deletions website/docs/developers/tansu.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
VERSION="2.0.0"

ACCOUNTS=[
"GA...",
"GB...",
"GC..."
"GA...",
"GB...",
"GC..."
]

[DOCUMENTATION]
Expand Down

0 comments on commit ea8bda5

Please sign in to comment.