Project

anoubis

0.0
No release in over a year
Backend API system for simplify creation administration pages and work with databases.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.13
>= 3.10.0

Runtime

>= 3.1.16
>= 0.5.3
>= 7.0.0
>= 4.5.1
>= 2.1.0
>= 3.1.0
 Project Readme

Anoubis

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'anoubis'

And then execute:

$ bundle

Or install it yourself as:

$ gem install anoubis

Configuration parameters

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

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)
config.anoubis_redis_host = '127.0.0.1' # Redis server host (By default set as '127.0.0.1') (*optional)
config.anoubis_redis_port = 6379 # Redis server port (By default set as 6379) (*optional)

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.