diff --git a/.env.sample b/.env.sample new file mode 100644 index 00000000..361cfe48 --- /dev/null +++ b/.env.sample @@ -0,0 +1,7 @@ +# Enable relative paths for imports. +NODE_PATH='src/' + +# App URLs +# Don't add a trailing slash to these URLs. +SIERO_API_URL='' +SIERO_IMG_URL='' \ No newline at end of file