mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
Abstraction and factorization
This commit is contained in:
12
config/config.ini
Normal file
12
config/config.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[Email]
|
||||
to=text@example.com
|
||||
from=myserver@example.com
|
||||
encoding=UTF-8
|
||||
subject=[server.com] Backup
|
||||
message=Hi,\n\nYou can find your backup in this mail.\n\nRegards,\nMyself.
|
||||
|
||||
[Ftp]
|
||||
host=ftp.domain.com
|
||||
login=login
|
||||
password=password
|
||||
folder=folder
|
Reference in New Issue
Block a user