Skip to content

Commit c26f69f

Browse files
authored
Update vibe_config.php
1 parent 843bf7e commit c26f69f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

vibe_config.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
/*
3333
** Site options
3434
*/
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' );
35+
/** License key for commercial use (if case!) **/
36+
define( 'phpVibeKey', 'vibe-localhost-key' );
3937

4038
/** Site url (with end slash, ex: http://www.domain.com/ ) **/
4139
define( 'SITE_URL', 'https://yoursiteurl.com/' );
@@ -71,4 +69,4 @@
7169
/*
7270
** Custom settings would go after here.
7371
*/
74-
?>
72+
?>

0 commit comments

Comments
 (0)