Skip to content

Commit

Permalink
add example .env
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloportella committed Jun 1, 2021
1 parent 37a42cc commit d45a70d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NOTION_TOKEN=
DATABASE_ID=
6 changes: 3 additions & 3 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1010,12 +1010,12 @@ do shell script "source ~/.profile; " & "nac " & title's quoted form &am
</dict>
<key>variablesdontexport</key>
<array>
<string>DATABASE_ID</string>
<string>NOTION_TOKEN</string>
<string>DATABASE_ID</string>
</array>
<key>version</key>
<string>0.0.1</string>
<string>0.0.2</string>
<key>webaddress</key>
<string></string>
<string>https://github.com/pauloportella/alfred-notion-quick-add</string>
</dict>
</plist>

0 comments on commit d45a70d

Please sign in to comment.