Add a migrate fragment to configure the Uri of OpenSondage

This commit is contained in:
Daniel Berteaud 2013-11-19 09:53:41 +01:00
parent 1c80d52c3d
commit a6b40fd547

View File

@ -0,0 +1,4 @@
{
my $uri = "rdv.$DomainName";
$DB->set_prop('opensondage', 'Uri', $uri);
}