Skip to content

Commit

Permalink
Add example .env file for spec
Browse files Browse the repository at this point in the history
  • Loading branch information
petoem committed Nov 9, 2017
1 parent c48fdf8 commit 0a3ec33
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/.env
@@ -0,0 +1,13 @@
CRYSTAL_ENV=development
A_KEY=value
ANOTHER_LINE=some_value
EMPTY_VALUE=
# one comment and empty line

REMOVE_DOUBLE_QUOTES="double"
# ONE_COMMENT=out
EQUAL_SIGNS=sign==one=
RETAIN_INNER_QUOTES={ "foo": "bar" }
SPACE_SHIP=some spaced out ship
UpCase_kEy=https://db/path
export EXPORT_THIS_MAIL=hello@world.tld

0 comments on commit 0a3ec33

Please sign in to comment.