diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..f3f968c --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# Elasticsearch Configuration +ELASTICSEARCH_NODE=http://localhost:9200 + +# Optional: Set to 'development' or 'production' +# NODE_ENV=development