diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..67057a9 --- /dev/null +++ b/.env.development @@ -0,0 +1,17 @@ +NPM_TOKEN= + +# Name: Toby Purdy +MAIL_TRANSPORT_HOST=smtp.ethereal.email +MAIL_TRANSPORT_PORT=587 +MAIL_TRANSPORT_USER=toby.purdy58@ethereal.email +MAIL_TRANSPORT_PASS=2bh8GWQpB2FWk6Eu9S + +STRAPI_HOST= +STRAPI_PORT= + +DATABASE_CLIENT= +DATABASE_HOST= +DATABASE_PORT= +DATABASE_NAME= +DATABASE_USERNAME= +DATABASE_PASSWORD= diff --git a/.gitignore b/.gitignore index 3b462cb..789de27 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,6 @@ Thumbs.db # Env .env -.env.* -!.env.example -!.env.test # Vite vite.config.js.timestamp-*