Skip to content

Commit

Permalink
Add c to CVGA prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Apr 26, 2024
1 parent 562614e commit 9646df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def get_subset_by_key_stem(stem)
)

class ConfigService
ARCHIVEMATICA_INSTANCES = ["ARCHIVEMATICA_DEV", "ARCHIVEMATICA_LAB", "ARCHIVEMATICA_AMI", "ARCHIVEMATICA_VGA"]
ARCHIVEMATICA_INSTANCES = ["ARCHIVEMATICA_DEV", "ARCHIVEMATICA_LAB", "ARCHIVEMATICA_AMI", "ARCHIVEMATICA_CVGA"]

def self.create_database_config(data)
DatabaseConfig.new(
Expand Down

0 comments on commit 9646df2

Please sign in to comment.