Skip to content

Instantly share code, notes, and snippets.

@nicomen
Created November 11, 2016 13:31
Show Gist options
  • Save nicomen/a0a03376a2e320beb69126998e0eab4b to your computer and use it in GitHub Desktop.
Save nicomen/a0a03376a2e320beb69126998e0eab4b to your computer and use it in GitHub Desktop.
package RG::BackendConfig;
use strict;
use warnings;
use Moo;
extends 'RG::Config';
has '+name' => ( is => 'ro', default => 'reisegigantenadmin');
has '+dist' => ( is => 'ro', default => 'Reisegiganten-Backend');
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment