dwh/init/FTP_INITS.php
Daeng Deni Mardaeni 5321a5434b first commit
2023-10-02 17:26:17 +07:00

14 lines
212 B
PHP

<?php
$SOURCE_HOST = '10.0.10.115';
$SOURCE_USER = 'sypass_ext';
$SOURCE_PWD = 'sypass';
$TARGET_HOST = '10.0.1.240';
$TARGET_USER = 'DWH';
$TARGET_PWD = 'BAGDWH';
?>
Add this to the file
Add this to the file