update to scwrypts v3
This commit is contained in:
20
config/scwrypts/env/local
vendored
20
config/scwrypts/env/local
vendored
@@ -3,6 +3,11 @@
|
||||
### scwrypts runtime configuration ##################################
|
||||
#####################################################################
|
||||
|
||||
# whether or not to deploy to production (0 = dev (default), 1 = prod)
|
||||
export IN_PRODUCTION=
|
||||
|
||||
#####################################################################
|
||||
|
||||
# standard AWS environment variables used by awscli and other tools
|
||||
export AWS_ACCOUNT=088935110352
|
||||
export AWS_PROFILE=yage
|
||||
@@ -11,17 +16,18 @@ export AWS_REGION=us-east-2
|
||||
# fully-qualified path to mount the EFS drive
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export MEDIA_SYNC__S3_BUCKET=yage
|
||||
export MEDIA_SYNC__TARGETS=
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
export DIRECTUS__BASE_URL=https://heretic.directus.app
|
||||
|
||||
# details for discord bot
|
||||
export DISCORD__BOT_TOKEN=
|
||||
export DISCORD__DEFAULT_CHANNEL=
|
||||
export DISCORD__CONTENT_FOOTER=
|
||||
export DISCORD__CONTENT_HEADER='<@380809228450922507> '
|
||||
export DISCORD__DEFAULT_AVATAR_URL=
|
||||
export DISCORD__DEFAULT_CHANNEL_ID=
|
||||
export DISCORD__DEFAULT_USERNAME=
|
||||
export DISCORD__DEFAULT_WEBHOOK=
|
||||
|
||||
# custom i3 configuration settings
|
||||
export I3__BORDER_PIXEL_SIZE=
|
||||
@@ -32,6 +38,10 @@ export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf
|
||||
# linear.app project management configuration
|
||||
export LINEAR__API_TOKEN=
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export MEDIA_SYNC__S3_BUCKET=yage
|
||||
export MEDIA_SYNC__TARGETS=
|
||||
|
||||
# redis connection credentials
|
||||
export REDIS_AUTH=
|
||||
export REDIS_HOST=
|
||||
|
Reference in New Issue
Block a user