Sha256: 999814adef73188d53f6ac5ca8f23f01ef0237f171e760aa409499173f93d8b6

Contents?: true

Size: 952 Bytes

Versions: 5

Compression:

Stored size: 952 Bytes

Contents

# Anoubis
Short description and motivation.

## Usage
How to use my plugin.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'anoubis'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install anoubis
```

## Configuration parameters

This configuration parameters can be placed at files config/application.rb for global configuration or config/environments/<environment>.rb for custom environment configuration.

```ruby
config.graylog_server = '127.0.0.1' # Graylog server (By default set as '127.0.0.1') (*optional)
config.graylog_port = 12201 # Graylog server port (By default set as 12201) (*optional)
config.graylog_facility = 'Graylog' # Graylog source identifier (By default set as 'Graylog') (*optional)
```

## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
anoubis-1.0.12 README.md
anoubis-1.0.11 README.md
anoubis-1.0.10 README.md
anoubis-1.0.8 README.md
anoubis-1.0.7 README.md