mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2026-01-10 11:44:50 +00:00
10 lines
143 B
Crystal
10 lines
143 B
Crystal
module Application
|
|
Habitat.create do
|
|
setting name : String
|
|
end
|
|
end
|
|
|
|
Application.configure do |settings|
|
|
settings.name = "Scribe"
|
|
end
|