File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
templates/ords-remix-jwt-sample Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
# All rights reserved
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
4
4
5
+ # We refer to some variables as Autonomous Database specific
6
+ # but you can use whichever ORDS URL you want/have as well as the user,
7
+ # as long as this user is capable of creating and REST Enabling other schemas.
5
8
ADB_ORDS_URL = https://example.com:8080/ords/
6
9
ADB_ADMIN_USER = username
7
- ADB_ADMIN_PASSWORD = password
10
+ ADB_ADMIN_PASSWORD =
8
11
12
+ # The name of the schema that will be created to host all of the
13
+ # ORDS Concert App database objects.
9
14
SCHEMA_NAME = ORDS_CONCERT_APP
10
- SCHEMA_PASSWORD = SuperS3curePsswd
15
+ SCHEMA_PASSWORD =
11
16
17
+ # Your Auth0 tenant JWT credentials, used by ORDS to validate request to protected endpoints.
12
18
JWT_ISSUER = https://my-domain.auth0.com/
13
19
JWT_VERIFICATION_KEY = https://my-domain.auth0.com/oauth/token/.well-known/jwks.json
14
20
JWT_AUDIENCE = https://concert.sample.app
15
21
22
+ # Auth0 Authentication app configuration parameters specific of the sample app.
16
23
AUTH0_RETURN_TO_URL = http://localhost:3000
17
24
AUTH0_CALLBACK_URL = http://localhost:3000/callback
18
25
AUTH0_CLIENT_ID = auth0_client_id
You can’t perform that action at this time.
0 commit comments