module Athena

Overview

A web framework comprised of reusable, independent components.

See Athena Framework on Github.

Defined in:

annotation_configurations.cr
athena-config.cr

Constant Summary

ENV_NAME = "ATHENA_ENV"

The name of the environment variable used to determine Athena's current environment.

Class Method Summary

Class Method Detail

def self.environment : String #

Returns the current environment Athena is in based on ENV_NAME. Defaults to development if not defined.


[View source]