Genesis
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# AWS S3 Configuration
|
||||
AWS_ACCESS_KEY_ID=your_access_key_id
|
||||
AWS_SECRET_ACCESS_KEY=your_secret_access_key
|
||||
AWS_REGION=your_region
|
||||
S3_BUCKET_NAME=your_bucket_name
|
||||
|
||||
# MSSQL Configuration
|
||||
MSSQL_SERVER=your_server_address
|
||||
MSSQL_PORT=1433
|
||||
MSSQL_USER=your_username
|
||||
MSSQL_PASSWORD=your_password
|
||||
MSSQL_DATABASE=eazybusiness
|
||||
|
||||
# Backup File Path
|
||||
BACKUP_FILE_PATH=F:\\ez.bak
|
||||
|
||||
# SMB Configuration for downloading backup file
|
||||
SMB_ADDRESS=//server/share
|
||||
SMB_USERNAME=your_username
|
||||
SMB_PASSWORD=your_password
|
||||
SMB_DOMAIN=your_domain
|
||||
SMB_DOWNLOAD_FILE=ez.bak
|
||||
SMB_LOCAL_DOWNLOAD_FILE=ez.bak
|
||||
Reference in New Issue
Block a user