-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
76 lines (69 loc) · 4.32 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Configuration file for ABV
# Barcodes should be strings, because leading zeros are not allowed
undoBarcode = "036000374575"
redoBarcode = "1234567"
# Set location of config files. Do not use trailing slash. Defaults to ~/.abv
#configPath = "~/etc/abv"
# Set the web root directory (directory containing the front page html and the static/ folder). Do not use trailing slash. Defaults to /srv/http
#webRoot = "~/.abv/www"
# Set the URL/IP Address of the abv API. Defaults to localhost
apiUrl = "192.168.0.100"
[breweryNicknames]
"Abbaye Notre-Dame de Saint-Rémy" = "Trappist Abbey of Rochefort"
"Ace Cider (The California Cider Company)" = "Ace Cider"
"Bayerische Staatsbrauerei Weihenstephan" = "Weihenstephaner"
"Crooked Stave Artisan Beer Project" = "Crooked Stave"
"Dogfish Head Craft Brewery" = "Dogfish Head"
"Einstök Ölgerð" = "Einstök"
"Epic Brewing Co. (Utah, Colorado)" = "Epic"
"Kirin Brewery Company" = "Kirin"
"Mikkeller Brewing San Diego" = "Mikkeller"
[beerNicknames]
"60 Minute IPA" = "60 Minute"
"A Little Sumpin' Sumpin' Ale" = "Little Sumpin' Sumpin'"
"Ace - Dry Apple Craft Cider" = "Dry Apple"
"Ace Apple Cider" = "Apple"
"Ace Perry Cider" = "Perry"
"Aloha Sculpin Hazy IPA" = "Aloha Sculpin"
"Anchor Steam Beer" = "Anchor Steam"
"Barney Flats Oatmeal Stout" = "Barney Flats"
"Black Butte Porter" = "Black Butte"
"Celebration Fresh Hop IPA" = "Celebration"
"Chocolate Hazelnut Porter" = "Chocolate Hazelnut"
"Firestone Lager" = "Lager"
"Fresh Squeezed IPA" = "Fresh Squeezed"
"Funk N Delicious Belgian Style Blueberry Sour Ale" = "FunkNDelicious Blueberry"
"Hefeweizen Bavarian Wheat" = "Bavarian Wheat"
"Heroine IPA" = "Heroine"
"Hofbräu Münchner Weisse / Münchner Kindl / Hefe Weizen" = "Hofbräu Hefeweizen"
"Hop Bullet Double IPA" = "Hop Bullet"
"Hop Henge Imperial IPA (2018)" = "Hop Henge"
"Ichiban Shibori Premium" = "Ichiban"
"KYLA Ginger Tangerine Kombucha" = "Ginger Tangerine"
"Kujo Cold Brew Coffee Porter" = "Kujo Cold Brew Coffee"
"Longboard Island Lager" = "Longboard"
"Monk's Café Flemish Sour Ale" = "Monk's Café"
"Organic California Blonde Ale" = "California Blonde Ale"
"Oude Geuze (Vieille)" = "Oude Geuze"
"Samuel Adams Winter Lager" = "Winter Lager"
"Scrimshaw Pilsner" = "Scrimshaw"
"Sin-Tax Imperial Peanut Butter Stout" = "Sin-Tax Peanut Butter Stout"
"Space Dust IPA" = "Space Dust"
"Stone Enjoy By 01.01.19 Brut IPA" = "Enjoy By"
"Stone Farking Wheaton W00tstout (2015)" = "W00tstout"
"Tart 'N Juicy Sour IPA" = "Tart 'N Juicy"
"Voodoo Ranger Juicy Haze IPA" = "Voodoo Ranger Juicy Haze"
"Weihenstephaner Hefeweissbier" = "Hefeweissbier"
"Weihenstephaner Original" = "Original"
"Wildcide Hard Cider" = "Wildcide"
"So Happens It's Tuesday with Coffee (2018)" = "So Happens Its Tuesday"
[styleNicknames]
"American Wild Ale" = "Sour"
"Belgian Strong Dark Ale" = "Belgian Dark"
"Belgian Strong Golden Ale" = "Belgian Golden"
"Kellerbier / Zwickelbier" = "Kellerbier"
"Pumpkin / Yam Beer" = "Pumpkin Beer"
"Saison / Farmhouse Ale" = "Farmhouse Ale"
"Scotch Ale / Wee Heavy" = "Scotch Ale"
"Shandy / Radler" = "Shandy"
"Spiced / Herbed Beer" = "Spiced Beer"