diff --git a/.env.example b/.env.example new file mode 100644 index 000000000..22ac47a6f --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Description: Example of .env file +# Usage: Copy this file to .env and change the values +# according to your needs +# Do not commit .env file to git +# Do not change .env.example file + +# langflow_database_url=postgresql://postgres:postgres@localhost:5432/langflow +langflow_database_url=sqlite:///./langflow.db \ No newline at end of file