config updates
This commit is contained in:
11
config/scwrypts/env/local.blaziken
vendored
11
config/scwrypts/env/local.blaziken
vendored
@@ -12,8 +12,15 @@ export AWS_REGION=us-east-2 # from local
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export AWS__S3__MEDIA_BUCKET=yage # from local
|
||||
export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,Games/roms/gameboy-advance,Games/roms/gameboy-color,Media,Pictures'
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
.local/share/dolphin-emu
|
||||
Games/roms/gameboy-advance
|
||||
Games/roms/gameboy-color
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
|
Reference in New Issue
Block a user