Cleanup env-files
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
NEXT_PUBLIC_DEPLOY_ENV=development
|
|
||||||
NEXT_PUBLIC_SENTRY_DSN=https://3ad96a8fb4ee46dab4a913049e2a8b38@o1039142.ingest.sentry.io/6007885
|
|
||||||
NEXT_PUBLIC_API_URL=https://api.dev.sahkoinsinoorikilta.fi/api
|
|
||||||
NEXT_PUBLIC_SITE_URL=https://dev.sahkoinsinoorikilta.fi
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
NEXT_PUBLIC_DEPLOY_ENV=local
|
||||||
|
NEXT_PUBLIC_API_URL=https://api.dev.sahkoinsinoorikilta.fi/api
|
||||||
|
NEXT_PUBLIC_SITE_URL=https://dev.sahkoinsinoorikilta.fi
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
NEXT_PUBLIC_DEPLOY_ENV=production
|
|
||||||
NEXT_PUBLIC_SENTRY_DSN=https://3ad96a8fb4ee46dab4a913049e2a8b38@o1039142.ingest.sentry.io/6007885
|
|
||||||
NEXT_PUBLIC_API_URL=https://api.sahkoinsinoorikilta.fi/api
|
|
||||||
NEXT_PUBLIC_SITE_URL=https://sahkoinsinoorikilta.fi
|
|
||||||
@@ -11,7 +11,8 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
|
|||||||
|
|
||||||
1. Clone/download repo
|
1. Clone/download repo
|
||||||
2. Install node v16 ([`nvm`](https://github.com/nvm-sh/nvm))
|
2. Install node v16 ([`nvm`](https://github.com/nvm-sh/nvm))
|
||||||
3. `npm install`
|
3. `cp .env.local.example .env.local`
|
||||||
|
4. `npm install`
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user