Skip to content

Commit

Permalink
Merge pull request #243 from mortendk/env-file
Browse files Browse the repository at this point in the history
env file for local decapcms
  • Loading branch information
mortendk committed Apr 27, 2023
2 parents f6f29b0 + e7b35a1 commit 7618add
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 96 deletions.
9 changes: 5 additions & 4 deletions env.example → env-example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Rename this to .env and restart saga11
# NEVER put an .env file into git - its off course put in git ignore
# The values are picked up in /content/data/env.js
ELEVENTY_ENV = "dev" #dev or prod
# Make sure its permissions are -rw-r--r--@
ELEVENTY_ENV = "dev" #dev / prod
SITE_URL = "http://localhost:3791"
SITE_PORT = 3791 # the same as the SITE_URL port
BRANCH = "main" #gitbranch
PORT = 8082 #netlifycmsport
SITE_PORT = 3791
BRANCH = "main"
PORT = 8081 # netlifycms/decap
Loading

0 comments on commit 7618add

Please sign in to comment.