Configure required Juxt server environment

This commit is contained in:
Matthew Lopez 2024-04-28 13:38:45 -04:00
parent d35fa242e2
commit 7b7cec4d8d
No known key found for this signature in database
GPG Key ID: 302A6EE3D63B7E0E
2 changed files with 2 additions and 0 deletions

View File

@ -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: {

View File

@ -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