Skip to content

Commit 04c612b

Browse files
committed
chore: remove default for sensitive variables
1 parent 555a135 commit 04c612b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ADB_ADMIN_USERNAME=username
5353
ADB_ADMIN_PASSWORD=password
5454

5555
SCHEMA_NAME=CONCERT_SAMPLE_APP
56-
SCHEMA_PASSWORD=SuperS3curePsswd
56+
SCHEMA_PASSWORD=
5757

5858
JWT_ISSUER=https://my-domain.auth0.com/
5959
JWT_VERIFICATION_KEY=https://my-domain.auth0.com/oauth/token/.well-known/jwks.json

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Before running the drop script, make sure the following prerequisites are met:
1212

1313
```bash
1414
ADB_ADMIN_USERNAME=username
15-
ADB_ADMIN_PASSWORD=password
15+
ADB_ADMIN_PASSWORD=
1616
ADB_ORDS_URL=example.com:8080/ords/
1717
SCHEMA_NAME=test
18-
SCHEMA_PASSWORD=password
18+
SCHEMA_PASSWORD=
1919
```
2020

2121
## The Drop Script Explained

0 commit comments

Comments
 (0)