mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-09-12 05:16:44 -05:00
Configure required Juxt server environment
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = JSON.parse(
|
||||
http: {
|
||||
port: process.env.JUXT_CONFIG_HTTP_PORT,
|
||||
},
|
||||
server_environment: process.env.JUXT_CONFIG_SERVER_ENVIRONMENT,
|
||||
mongoose: {
|
||||
uri: process.env.JUXT_CONFIG_MONGODB_URI,
|
||||
options: {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
JUXT_CONFIG_HTTP_PORT=8080
|
||||
JUXT_CONFIG_MONGODB_URI=mongodb://mongodb:27017/pretendo_miiverse?replicaSet=rs
|
||||
JUXT_CONFIG_SERVER_ENVIRONMENT=prod
|
||||
JUXT_CONFIG_CDN_DOMAIN=
|
||||
JUXT_CONFIG_MII_IMAGE_CDN=mii.olv.pretendo.cc
|
||||
JUXT_CONFIG_ACCOUNT_SERVER_DOMAIN=account.pretendo.cc
|
||||
|
||||
Reference in New Issue
Block a user