Skip to content

Commit

Permalink
Merge pull request #51 from natrontech/template-api
Browse files Browse the repository at this point in the history
momentum redesign
  • Loading branch information
Joel-Haeberli authored Oct 2, 2023
2 parents 4f32c55 + 9dbbfc9 commit 6125b07
Show file tree
Hide file tree
Showing 78 changed files with 2,104 additions and 6,551 deletions.
4 changes: 3 additions & 1 deletion momentum-core/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.vscode/*
./dev-setup.sh
momentum-core
momentum-core
__debug*
1 change: 1 addition & 0 deletions momentum-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The core implements a REST-API empowering consumers to manage their repository i

| Name | Description | Mandatory
|--------------|-------------|-----------
| MOMENTUM_GIT_REPO_URL | The repository which shall be cloned on startup (if not already on disk) | yes
| MOMENTUM_GIT_USER | Username for user who creates transactions | yes
| MOMENTUM_GIT_EMAIL | Email for the user who creates the transactions | yes
| MOMENTUM_GIT_TOKEN | Access token which belongs to the user who creates the transaction | yes
Loading

0 comments on commit 6125b07

Please sign in to comment.