We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843bf7e commit c26f69fCopy full SHA for c26f69f
vibe_config.php
@@ -32,10 +32,8 @@
32
/*
33
** Site options
34
*/
35
-/** License key
36
-Create it freely at PHPVibe.com **/
37
-/** For localhost use this key: vibe-localhost-key **/
38
-define( 'phpVibeKey', 'the key for this domain' );
+/** License key for commercial use (if case!) **/
+define( 'phpVibeKey', 'vibe-localhost-key' );
39
40
/** Site url (with end slash, ex: http://www.domain.com/ ) **/
41
define( 'SITE_URL', 'https://yoursiteurl.com/' );
@@ -71,4 +69,4 @@
71
69
72
70
** Custom settings would go after here.
73
74
-?>
+?>
0 commit comments