diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..f811d06 --- /dev/null +++ b/.env.template @@ -0,0 +1,6 @@ +# This is a template for environment variables. Copy this file to .env and fill in the values. +# IMPORTANT #1: Do not commit the .env file to version control, as it may contain sensitive information! +# IMPORTANT #2: Surround values with quotes if they contain spaces or special characters! +ELIXFORMS_USERNAME= +ELIXFORMS_PASSWORD= +ELIXFORMS_MODULE_TAG= \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env