Browse Source

Set up env var files

master
buttercat1791 1 year ago
parent
commit
79f556acd8
  1. 3
      .env
  2. 4
      .env.development
  3. 3
      .env.local
  4. 2
      .gitignore

3
.env

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
ALEX_HOST=127.0.0.1
ALEX_PORT=3040
ALEX_ORIGIN=https://alexandria.gitcitadel.eu

4
.env.development

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
ALEX_HOST=127.0.0.1
ALEX_PORT=3040
ALEX_ORIGIN=https://next-alexandria.gitcitadel.eu

3
.env.local

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
ALEX_HOST=127.0.0.1
ALEX_PORT=3040
ALEX_ORIGIN=http://localhost:3040

2
.gitignore vendored

@ -3,8 +3,6 @@ node_modules @@ -3,8 +3,6 @@ node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

Loading…
Cancel
Save