mods for wp menu in omeka depending in production or development

This commit is contained in:
jorge 2022-04-29 09:58:28 +02:00
parent cca089d368
commit 9cc1feb76f
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
<?php
# Config
# uncoment below for production main branch and comment for development
#$wordpress_site="https://arc-hive.zone";
#$wordpress_endpoint="https://arc-hive.zone/wp-json/menus/v1/menus/4";
# coment below for production main branch and uncomment for development
$wordpress_site="https://dev.arc-hive.zone";
$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";