-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #361 from Kovah/dev
Release
- Loading branch information
Showing
25 changed files
with
2,053 additions
and
1,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ SESSION_LIFETIME=10080 | |
# Enable backups here | ||
BACKUP_ENABLED=false | ||
# Choose the destination of the backup. If you set up AWS S3 credentials below you may choose 's3' which is used | ||
# as a synonym for AWS. Leave blank or set to 'local' if you want to store backups within /storage/app/backups. | ||
# as a synonym for AWS. Leave blank or set to 'local_backups' if you want to store backups within /storage/app/backups. | ||
BACKUP_DISK=s3 | ||
# The notification email may be used to get backup notifications | ||
[email protected] | ||
|
@@ -32,7 +32,7 @@ BACKUP_MAX_SIZE=512 | |
|
||
|
||
## Amazon Web Services (AWS) S3 configuration | ||
# Define the key ID, the access key, the region and your bucket name here if you want to use AWS S3 for backups | ||
# Define the key ID, the access key, the region and your bucket name here if you want to use AWS S3 for backups. | ||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_DEFAULT_REGION=us-east-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ SESSION_LIFETIME=10080 | |
# Enable backups here | ||
BACKUP_ENABLED=false | ||
# Choose the destination of the backup. If you set up AWS S3 credentials below you may choose 's3' which is used | ||
# as a synonym for AWS. Leave blank or set to 'local' if you want to store backups within /storage/app/backups. | ||
# as a synonym for AWS. Leave blank or set to 'local_backups' if you want to store backups within /storage/app/backups. | ||
BACKUP_DISK=s3 | ||
# The notification email may be used to get backup notifications | ||
[email protected] | ||
|
@@ -32,7 +32,7 @@ BACKUP_MAX_SIZE=512 | |
|
||
|
||
## Amazon Web Services (AWS) S3 configuration | ||
# Define the key ID, the access key, the region and your bucket name here if you want to use AWS S3 for backups | ||
# Define the key ID, the access key, the region and your bucket name here if you want to use AWS S3 for backups. | ||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_DEFAULT_REGION=us-east-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,16 +22,16 @@ SESSION_LIFETIME=10080 | |
# Enable backups here | ||
BACKUP_ENABLED=false | ||
# Choose the destination of the backup. If you set up AWS S3 credentials below you may choose 'cloud' which is used | ||
# as a synonym for AWS. Leave blank or set to 'local' if you want to store backups within /storage/app/backups. | ||
BACKUP_DISK=cloud | ||
# as a synonym for AWS. Leave blank or set to 'local_backups' if you want to store backups within /storage/app/backups. | ||
BACKUP_DISK=s3 | ||
# The notification email may be used to get backup notifications, Mail must be configured for this to work! | ||
BACKUP_NOTIFICATION_EMAIL=[email protected] | ||
# Maximum size of the backups in megabytes | ||
BACKUP_MAX_SIZE=512 | ||
|
||
|
||
## Amazon Web Services (AWS) S3 configuration | ||
# Define the key ID, the access key, the region and your bucket name here if you want to use AWS S3 for backups | ||
# Define the key ID, the access key, the region and your bucket name here if you want to use AWS S3 for backups. | ||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_DEFAULT_REGION=us-east-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.