HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: yenicep (1023)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home2/yenicep/garantili-kasko/core/constants/app.js
class AppConstants {
    // static PORT = 3000;
    // static SERVER_IP = "92.119.76.210";
    // static LOCALHOST = "localhost";
    // static RETURN_URL = "http://localhost:3000/sigorta/onay";
    // static corsOptionsOrigin = "http://localhost:3001";
    // static BASE_URL = "http://localhost:3000/";


    static PORT = null;
    static SERVER_IP = "127.0.0.1";
    static LOCALHOST = "localhost";
    static RETURN_URL = "https://kasko.yenicep.net/sigorta/onay";
    static corsOptionsOrigin = "https://kasko.yenicep.net/up-file";
    static BASE_URL = "https://kasko.yenicep.net/";

    //* DATABASE
    static USER = "garantil_usR443AA";
    static PASS = "hXtYu_]FQLxi";
    static DB_NAME = "garantil_garantili2021";
}

module.exports = AppConstants;