You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
355 B

export SYLVILAGUS_ROOT="$HOME/src/box-o-sand/src/sylvilagus"
export SYLVILAGUS_AMQP_URI="amqp://sylvilagus:$(cat $SYLVILAGUS_ROOT/.sylvilagus-passwd)@localhost:5672/warren"
export SYLVILAGUS_ALERT_AMQP_URI="amqp://alert_user:alertme@localhost:5672"
export SYLVILAGUS_ROOT_ADMIN_AMQP_URI="amqp://admin:$(cat $SYLVILAGUS_ROOT/.admin-passwd)@localhost:5672"