diff --git a/.env b/.env deleted file mode 100644 index 8a46e6e..0000000 --- a/.env +++ /dev/null @@ -1,12 +0,0 @@ -REMOTE_URL=http://localhost:4000/ - -#App -BASE_URL=http://localhost:3000/ - -# Cloudflare origin ca -CLOUDFLARE_ORIGIN_CA_KEY="-----BEGIN PRIVATE KEY----- -content ------END PRIVATE KEY-----" -CLOUDFLARE_ORIGIN_CERTIFICATE="-----BEGIN CERTIFICATE----- -content ------END CERTIFICATE-----" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 30a9002..279e696 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ next-env.d.ts # IDE .vscode + +# Enviroment variables +.env