⚙️Configuration

Detailed Configuration for hash_backuper

{ // DO NOT CHANGE BRACKETS
 
    "savetime": { // DO NOT CHANGE BRACKETS
        "time": 1 // Your database gets backuped every 1 Minute (If you want it to backup it every 5 minutes set it to 5 etc.)
    }, // DO NOT CHANGE BRACKETS
    
    "db": { // DO NOT CHANGE BRACKETS
        "host": "localhost", // Wouldn't recommend to change this. If you host on your pc or have a server provider you dont need to change this.
        "user": "YOUR_DATABASE_USERNAME", // The Username of your database e.g. es_extended
        "password": "YOUR_DATABASE_PASSWORD", // The Password of your database.
        "database": "YOUR_DATABASE_NAME" // Your database name e.g. es_extended.
    }, // DO NOT CHANGE BRACKETS

    "dc": { // DO NOT CHANGE BRACKETS
        "savetodiscord": true, // If enabled it sends a sql file and information embed to your discord webhook.
        "webhook": "https://discord.com/api/webhooks/", // The URL of your webhook.
        "color": "#000000", // The embed color. (ONLY IN HEX)
        "footer": "Hash_Backuper ®2023" // The embed footer.
    } // DO NOT CHANGE BRACKETS

} // DO NOT CHANGE BRACKETS

Last updated