mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 04:31:22 +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
|