Skip to content

Commit

Permalink
remove testing urls in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
amartya-dev committed Dec 18, 2023
1 parent 3d2d8e5 commit 8e99ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function () {

if ( ! defined( 'NFD_AI_SERVICE_BASE' ) ) {
define( 'NFD_AI_SERVICE_BASE', 'https://hiive.cloud/workers/ai-proxy/v1/' );
define( 'NFD_AI_BASE', 'http://localhost:8787/' );
define( 'NFD_AI_BASE', 'http://hiive.cloud/workers/ai-proxy/' );
define( 'NFD_PATTERNS_BASE', 'https://patterns.hiive.cloud/' );
define( 'NFD_SITEGEN_OPTION', 'nfd-ai-site-gen' );
}
Expand Down

0 comments on commit 8e99ecd

Please sign in to comment.