Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions tests_data/basic/env/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
APP_NAME=Magika
API_KEY=ABC123DEF789
PORT=8080
DEBUG=true
# This is a comment
# DATABASE_URL="postgres://user:pass@host:5432/mydb"
MAX_THREADS=50
SECRET_KEY="AbcDEfGHIjklmnOpQRStUvWx!@#$%^&*()"
EMPTY_VAR=
text="<html><head></head><body></body></html>"
value="1234"
body="<h1>kokot</h1>"
error_message="<p>Access Denied</p>"
Redirect_To=/success.html
DESCription="A variable containing <some data> but it is not HTML"
Config_start_TAG="<Config>"
JSON_STRING='{"user": "test", "is_admin": false}'
LIST_ITEM_1=apple
LIST_ITEM_2=banana
VERSION="1.0.0"