From 2216dd9445973784e9c359e3826b49813772c8fa Mon Sep 17 00:00:00 2001 From: toniocodo Date: Wed, 20 Sep 2023 09:54:38 +0200 Subject: [PATCH] chore: move env file to app folder --- README.md | 4 ++-- .env => apps/oeth/.env | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename .env => apps/oeth/.env (100%) diff --git a/README.md b/README.md index 57b15337a..b0d6c7d50 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Setup environment -Duplicate `.env` file to `.env.local` and fill the variables with your secrets, they will take precedence over the defaults. +Duplicate `apps//.env` file to `apps//.env.local` and fill the variables with your secrets, they will take precedence over the defaults. ## Start the app @@ -12,7 +12,7 @@ To start the development server run `pnpm nx serve oeth` or `pnpm nx serve ousd` | Status | Name | Nx project | Port | Public hosts | |:------:|:-----|:-----------|:-----|:-------------| -| 🚧 | OETH | `oeth` | 4200 | [fleek]() | +| 🚧 | OETH | `oeth` | 4200 | [fleek](https://defi-oeth.on.fleek.co/) | | 🚧 | OUSD | `ousd` | 4201 | [fleek]() | ## Storybook diff --git a/.env b/apps/oeth/.env similarity index 100% rename from .env rename to apps/oeth/.env