← Back
Editing: wp-config-local.php
<?php /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** The name of the database for WordPress */ define( 'DB_NAME', 'barventuz' ); /** MySQL database username */ define( 'DB_USER', 'barventuz' ); /** MySQL database password */ define( 'DB_PASSWORD', 'BGvdpQ]GI1LgJQWM' ); /** Upload methos */ define('FS_METHOD', 'direct'); /** Do not do it database, db should be empty */ ///////// /** reCaptcha and Telegram for Email order */ // Key for oqila-wordpress.loc, oqila-wordpress-husayniy.loc is // 6Lcn1JgsAAAAALALAPxyDhO3lgMlt9jhTL1j9EcM define( 'RECAPTCHA_SITE_KEY', '6Le2CT8tAAAAAGn7Una0yQ0XS9q4khq1VmlH535k'); // 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: AIzaSyC4bb1ZrmMX4NHLaZM32K1BIOAbQv6VEJA // API key for oqila-internal: AIzaSyDmvpUjLoj5uiply19rpqA1dtWYsM2ohbs define( 'RECAPTCHA_API_KEY', 'AIzaSyC4bb1ZrmMX4NHLaZM32K1BIOAbQv6VEJA'); // Change it. Create new with @BotFather // Current is oqila_wordpress_bot: 8629870784:AAHshRrRyi73IT6kM1_QZs7S14v-Ajql9UE define( 'TELEGRAM_BOT_TOKEN', '8838108683:AAETn-b-VjESo1q4pPBDI0MpS_rRodxwXIY'); // Change it. Find it with @getmyid_bot define( 'TELEGRAM_CHAT_ID', '-5413532099');
Save File
Cancel