Files
script/backup_db/config.py
dedhersel 562afc3e7b first
2026-02-04 11:53:27 +01:00

11 lines
217 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright Hersel Giannella
class Config(object):
db_host = 'localhost'
db_user = 'root'
db_password = ''
backup_dir = 'backupdb'
retention_days = 7