Skip to content

Commit 4691faa

Browse files
committed
chore: add env file
1 parent 6e91164 commit 4691faa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Provide frontend configuration settings from environment variables
2+
SHOW_KEYS_ENABLED=true

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2+
*env
23
*api-keys.env
34
**/*.ipynb_checkpoints/
4-
55
.DS_Store
66
build/
77
dist/

0 commit comments

Comments
 (0)