-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
33 lines (33 loc) · 1.78 KB
/
app.json
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
{
"name": "TodayNotes",
"description": "Meeting notes definitely crisp and clean. Save time by easily take notes during your daily activities, they will drive your productivity.",
"repository": "https://github.com/javanile/todaynotes",
"logo": "https://github.com/javanile/todaynotes/raw/main/public/images/todaynotes.png",
"keywords": ["productivity", "easy notes", "google keep", "onenote", "notepad", "notes pad", "notes", "spark notes", "ever note", "online notepad", "bass clef notes", "musical notes", "piano notes", "google notes", "league patch notes", "apex legends patch notes", "end note", "notability", "smite patch notes", "goodnotes", "cliff notes", "microsoft onenote", "milanotes", "apex patch notes", "key notes", "tft patch notes", "lol patch notes", "note taking", "sticky notes", "overwatch patch notes", "cornell notes", "one note online", "patch notes", "therapy notes", "league of legends patch notes", "guitar notes", "patch notes league", "fortnite patch notes", "treble clef notes", "simplenote", "digital notebook", "ffxiv patch notes", "notes on a piano", "800 notes", "notes app", "thank you notes", "guitar string notes", "sims 4 patch notes", "post it notes", "cornell notes template"],
"env": {
"APP_URL": {
"description": "The URL to reach the app",
"value": "https://todaynotes.herokuapp.com"
},
"APP_KEY": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"
},
"APP_ENV": {
"description": "The runtime environment name",
"value": "production"
},
"APP_DEBUG": {
"description": "Enable/Disable debug mode",
"value": "0"
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
]
}