Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dotenv
v0.5.2
Dotenv
Built with Crystal 1.9.2
2023-10-07 11:12:06 UTC
module
Dotenv
Defined in:
dotenv.cr
Class Method Summary
.load
(path =
".env"
, set_env =
true
, override_env =
true
, on_not_found =
:ignore
) : Hash(String, String)
Class Method Detail
def self.
load
(path =
".env"
, set_env =
true
, override_env =
true
, on_not_found =
:ignore
) : Hash(String, String)
#
[
View source
]