Skip to content

Commit

Permalink
Merge pull request #153 from companieshouse/feature/cc-1590-sandbox-pscs
Browse files Browse the repository at this point in the history
Add sandbox env for psc data
  • Loading branch information
bcullerton authored Oct 23, 2024
2 parents 61a743a + b55b838 commit a8b6d94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
environment = "livesbox"
aws_profile = "live-eu-west-2"

# service configs
use_set_environment_files = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
environment = "stagsbox"
aws_profile = "staging-eu-west-2"

# service configs
use_set_environment_files = true
log_level = "trace"

# Scheduled scaling of tasks
service_autoscale_enabled = true
service_scaledown_schedule = "55 19 * * ? *"
service_scaleup_schedule = "5 6 * * ? *"

0 comments on commit a8b6d94

Please sign in to comment.