ignoring dev env
This commit is contained in:
parent
cb4ed1cdb4
commit
1785c1a58b
|
@ -1,6 +1,7 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
myapps/
|
myapps/
|
||||||
.env
|
.env
|
||||||
|
dev.env
|
||||||
/builder/*
|
/builder/*
|
||||||
!/builder/assets/
|
!/builder/assets/
|
||||||
!/builder/pickr.min.js
|
!/builder/pickr.min.js
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
PORT=4001
|
|
||||||
|
|
||||||
# Use this password when configuring your self hosting settings
|
|
||||||
# This should be updated
|
|
||||||
HOSTING_KEY=budibase
|
|
||||||
|
|
||||||
# This section contains all secrets pertaining to the system
|
|
||||||
# These should be updated
|
|
||||||
JWT_SECRET=testsecret
|
|
||||||
MINIO_ACCESS_KEY=budibase
|
|
||||||
MINIO_SECRET_KEY=budibase
|
|
||||||
COUCH_DB_PASSWORD=budibase
|
|
||||||
COUCH_DB_USER=budibase
|
|
||||||
COUCH_DB_URL=http://budibase:budibase@localhost:10000/db/
|
|
||||||
|
|
||||||
# This section contains variables that do not need to be altered under normal circumstances
|
|
||||||
# APP_PORT=4002
|
|
||||||
# WORKER_PORT=4003
|
|
||||||
# MINIO_PORT=4004
|
|
||||||
# COUCH_DB_PORT=4005
|
|
||||||
# BUDIBASE_ENVIRONMENT=PRODUCTION
|
|
||||||
# REDIS_PORT=6379
|
|
||||||
|
|
Loading…
Reference in New Issue