Skip to content

Commit

Permalink
[fix] add ansi to fly config
Browse files Browse the repository at this point in the history
  • Loading branch information
dariogoetz committed Nov 21, 2023
1 parent 0a75947 commit e31e057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ processes = []
ROCKET_DEFAULT_LAYOUT_CONFIG = "standard"
ROCKET_EVAL_PARAMETERS = "../../config/evaluation/default.yml"
ROCKET_KEEP_ALIVE = "0"
ROCKET_LAYOUT_CONFIGS = "[[\"standard\", \"../../config/keyboard/standard.yml\"], [\"ortho\", \"../../config/keyboard/ortho.yml\"], [\"moonlander\", \"../../config/keyboard/moonlander.yml\"], [\"crkbd\", \"../../config/keyboard/crkbd.yml\"], [\"lily58\", \"../../config/keyboard/lily58.yml\"]]"
ROCKET_LAYOUT_CONFIGS = "[[\"standard\", \"../../config/keyboard/standard.yml\"], [\"ortho\", \"../../config/keyboard/ortho.yml\"], [\"moonlander\", \"../../config/keyboard/moonlander.yml\"], [\"crkbd\", \"../../config/keyboard/crkbd.yml\"], [\"lily58\", \"../../config/keyboard/lily58.yml\"], [\"ansi\", \"../../config/keyboard/standard_qwerty_ansi.yml\"]]"
ROCKET_LOG_LEVEL = "normal"
ROCKET_NGRAMS = "../../ngrams/deu_mixed_wiki_web_0.6_eng_news_typical_wiki_web_0.4"
ROCKET_PORT = "8080"
Expand Down

0 comments on commit e31e057

Please sign in to comment.