Skip to content

Commit

Permalink
adding asset
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyanthanperiyasamy committed Dec 17, 2024
1 parent ef9aa20 commit 483c928
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file removed .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions javascript/todo-api/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AM_URL=https://openam-sdks.forgeblocks.com/am
PORT=9443
REALM_PATH=alpha
REST_OAUTH_CLIENT=testprivateclient
REST_OAUTH_SECRET=password
SERVER_URL=$SERVER_URL
PORT=$PORT
REALM_PATH=$REALM_PATH
REST_OAUTH_CLIENT=$REST_OAUTH_CLIENT
REST_OAUTH_SECRET=$REST_OAUTH_SECRET
2 changes: 1 addition & 1 deletion reactnative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ yarn start

Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:

#### For Android
### For Android

```bash
# using npm
Expand Down

0 comments on commit 483c928

Please sign in to comment.