mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-27 03:30:54 +00:00
Add missing staging port to .env
This commit is contained in:
parent
1c5ec4cbf1
commit
fff5a399c0
1 changed files with 2 additions and 0 deletions
2
.env
2
.env
|
@ -15,6 +15,8 @@ APP_SECRET_KEY_BASE=
|
||||||
PRODUCTION_PORT=80
|
PRODUCTION_PORT=80
|
||||||
PRODUCTION_PORT_SSL=443
|
PRODUCTION_PORT_SSL=443
|
||||||
PRODUCTION_DOMAIN=www.ensl.org
|
PRODUCTION_DOMAIN=www.ensl.org
|
||||||
|
|
||||||
|
STAGING_PUMA_PORT=5000
|
||||||
STAGING_PORT=5001
|
STAGING_PORT=5001
|
||||||
STAGING_PORT_SSL=5000
|
STAGING_PORT_SSL=5000
|
||||||
STAGING_DOMAIN=www.ensl.org
|
STAGING_DOMAIN=www.ensl.org
|
||||||
|
|
Loading…
Reference in a new issue