diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..16c8890 --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +# If we are using TypeScript? +DOCZ_TYPESCRIPT= + +# Base path of the routes +DOCZ_BASE= + +# Port where Docz runs +DOCZ_PORT= +