Skip to content

Commit 298710b

Browse files
committed
chore: remove unnecessary comment
1 parent 3c9537f commit 298710b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

templates/ords-remix-jwt-sample/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# ORDS Concert App
22

3-
<!---
4-
TODO: Replace with a screenshot of the Concert App up and running, once we have the images.
5-
-->
63
![ORDS Logo](./images/ORDS.png)
74

85
## What's in the project
@@ -49,11 +46,11 @@ You can create a `.env` file or rename the `.env.example` file to `.env` and use
4946
# We refer to some variables as Autonomous Database specific but you can use whichever ORDS URL you want/have as well as the user, as long as this user is capable of creating and REST Enabling other schemas.
5047
ADB_ORDS_URL=https://example.com:8080/ords/
5148
ADB_ADMIN_USER=username
52-
ADB_ADMIN_PASSWORD=password
49+
ADB_ADMIN_PASSWORD=
5350

5451
# The name of the schema that will be created to host all of the ORDS Concert App database objects.
5552
SCHEMA_NAME=ORDS_CONCERT_APP
56-
SCHEMA_PASSWORD=<STRONG_PASSWORD>
53+
SCHEMA_PASSWORD=
5754

5855
# Your Auth0 tenant JWT credentials, used by ORDS to validate request to protected endpoints.
5956
JWT_ISSUER=https://my-domain.auth0.com

0 commit comments

Comments
 (0)