← Back
Editing: wp-config-local.php.dist
<?php /** The name of the database for WordPress */ define( 'DB_NAME', 'oqila_wordpress_husayniy' ); /** MySQL database username */ define( 'DB_USER', 'root' ); /** MySQL database password */ define( 'DB_PASSWORD', '12345' ); /** Do not do it database, db should be empty */ define( 'WP_HOME', 'http://oqila-wordpress-husayniy.loc' ); define( 'WP_SITEURL', 'http://oqila-wordpress-husayniy.loc' ); /** Upload methos */ define('FS_METHOD', 'direct'); ///////// /** reCaptcha and Telegram for Email order */ // Key for oqila-wordpress.loc, oqila-wordpress-husayniy.loc is // 6Lcn1JgsAAAAALALAPxyDhO3lgMlt9jhTL1j9EcM define( 'RECAPTCHA_SITE_KEY', '6Lcn1JgsAAAAALALAPxyDhO3lgMlt9jhTL1j9EcM'); // use oqila-clients for client projects, // use oqila-internal for company projects and startups define( 'RECAPTCHA_PROJECT_ID', 'oqila-clients'); // API key for oqila-clients: AIzaSyCOXGv4crh4ENevz7kgXEzHnRnap_gCTCs // API key for oqila-internal: AIzaSyDDK2NEW2f8JW0I6Pnt_xzcKwcJyOoTa4k define( 'RECAPTCHA_API_KEY', 'AIzaSyCOXGv4crh4ENevz7kgXEzHnRnap_gCTCs'); // Change it. Create new with @BotFather // Current is oqila_wordpress_bot: 8629870784:AAHshRrRyi73IT6kM1_QZs7S14v-Ajql9UE define( 'TELEGRAM_BOT_TOKEN', '8629870784:AAHshRrRyi73IT6kM1_QZs7S14v-Ajql9UE'); // Change it. Find it with @getmyid_bot define( 'TELEGRAM_CHAT_ID', '-5210557566');
Save File
Cancel