ghost-storage-adapter-oracle-ords
v2.3.3
Published
A Oracle Cloud Autonomous JSON Databases storage adapter for Ghost 5.x
Downloads
5
Maintainers
Readme
ghost-storage-adapter-oracle-ords
A Oracle Cloud Autonomous JSON Databases storage adapter for Ghost 5.x
Installation
npm install ghost-storage-adapter-oracle-ords
mkdir -p ./content/adapters/storage
cp -r ./node_modules/ghost-storage-adapter-oracle-ords/index.js ./content/adapters/storage/OracleImagesStorage.js
Configuration
"storage": {
"active": "OracleImagesStorage",
"OracleImagesStorage": {
"oauthClients": [
{
"client_id": "YOUR_ORACLE_AUTONOMOUS_JSON_DATABASE_OAUTH_CLIENT_ID",
"client_secret": "YOUR_ORACLE_AUTONOMOUS_JSON_DATABASE_OAUTH_CLIENT_SECRET",
"schema": "YOUR_ORACLE_AUTONOMOUS_JSON_DATABASE_USER",
"ords_url": "YOUR_ORACLE_AUTONOMOUS_JSON_DATABASE_ORDS_URL",
"alias": "YOUR_ORACLE_AUTONOMOUS_JSON_DATABASE_COLLECTION_NAME"
},
]
}
}
Oracle ORDS OAuth Client
How To Set Up Oracle ORDS OAuth Client