Skip to content
Snippets Groups Projects
Commit c4f77371 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

uncommitted change

parent a7be6740
Branches
Tags
No related merge requests found
......@@ -55,6 +55,13 @@ context". A "synchronisation context" needs to describe:
my $setup_file;
my $setup=
{
'src' =>
{
'config' => '/home/gg/etc/src/database.yml',
'db' => 'production',
'attachment_base' => '/home/backup/redmine-phaidra/files',
'attachment_with_directory' => 0, # Redmine version 1.x does not have that attribute
},
'dst' =>
{
'config' => '/home/gg/etc/dst/database.yml',
......@@ -66,13 +73,6 @@ my $setup=
my $setup_OLD=
{
'src' =>
{
'config' => '/home/gg/etc/src/database.yml',
'db' => 'production',
'attachment_base' => '/home/backup/redmine-phaidra/files',
'attachment_with_directory' => 0, # Redmine version 1.x does not have that attribute
},
'dst' =>
{
'config' => '/home/gg/etc/dst/database.yml',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment