Warning: Undefined property: stdClass::$description in /var/www/vhosts/cloudframework.io/httpdocs/wp-content/themes/cloudframework/functions.php on line 113

Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/cloudframework.io/httpdocs/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php on line 60

Warning: Undefined variable $post in /var/www/vhosts/cloudframework.io/httpdocs/wp-content/themes/cloudframework/public.php on line 203

Warning: Undefined variable $post in /var/www/vhosts/cloudframework.io/httpdocs/wp-content/themes/cloudframework/public.php on line 207

config.json

En la raíz de tu proyecto reside el fichero config.json que permite configurar aspectos relaciones con la seguridad, el acceso a las base de datos tipo datatstore, sql o bigquery, ubicación de tus APIs etc..

Aquí conocerás todos los aspectos de configuración de este fichero.

{
"--:API": "API Configuration",
"core.api.urls": ["/"],

"--:ERP": "--- ERP Configuration ---",
"core.erp.platform_id": "",

"--:GCP": "--- GCP CONFIGURATION ---",
"core.gcp.project_id": "cloudframework-academy",
"--:DATA": "--- DATA REPOSITORIES ---",
"--:Datastore": "Datastore Configuration",
"core.datastore.on": false,
"core.gcp.datastore.project_id": "",
"core.gcp.datastore.transport": "rest",
"--:Datastorage": "Datastorage Configuration",
"core.datastorage.on": false,
"core.gcp.datastorage.project_id": "",
"--:Bigquery": "Bigquery Configuration",
"core.bigquery.on": false,
"core.gcp.bigquery.project_id": "",

"--:Local Development": " --- REWRITE variables in your local environment ---",
"local: Vars to work in development": {
"--:comment3": "Use cache in directory to avoid installing REDIS when you are developing",
"core.cache.cache_path": "{{rootPath}}/local_data/cache"
}

}
Cesta de compras