107 lines
2.0 KiB
JSON
107 lines
2.0 KiB
JSON
{
|
|
"general": {
|
|
"accounts": {
|
|
"type": "ACCOUNTS_TYPE",
|
|
"remote": {
|
|
"authority": "SSO_AUTHORITY",
|
|
"client_id": "SSO_CLIENT_ID",
|
|
"issuer": "SSO_ISSUER",
|
|
"jwks_uri": "SSO_JWKS_URI"
|
|
}
|
|
}
|
|
},
|
|
"sentry": {
|
|
"dsn": "SENTRY_DSN"
|
|
},
|
|
"logger": {
|
|
"level": "LOG_LEVEL"
|
|
},
|
|
"webserver": {
|
|
"logger": {
|
|
"level": "LOG_LEVEL"
|
|
},
|
|
"static": {
|
|
"root": "STATIC_ROOT"
|
|
}
|
|
},
|
|
"phpnode": {
|
|
"secret": "PHP_NODE_API_SECRET"
|
|
},
|
|
"websocket": {
|
|
"auth": {
|
|
"jwt": {
|
|
"secret": "AUTH_JWT_SECRET"
|
|
}
|
|
}
|
|
},
|
|
"tracker": {
|
|
"segment": {
|
|
"key": "SEGMENT_SECRET_KEY"
|
|
}
|
|
},
|
|
"auth": {
|
|
"jwt": {
|
|
"secret": "AUTH_JWT_SECRET"
|
|
}
|
|
},
|
|
"notifications": {
|
|
"push": {
|
|
"type": "PUSH_DRIVER",
|
|
"fcm": {
|
|
"endpoint": "PUSH_FCM_ENDPOINT",
|
|
"key": "PUSH_FCM_KEY"
|
|
}
|
|
}
|
|
},
|
|
"database": {
|
|
"secret": "DB_SECRET",
|
|
"type": "DB_DRIVER",
|
|
"mongodb": {
|
|
"uri": "DB_MONGO_URI",
|
|
"database": "DB_MONGO_DATABASE"
|
|
},
|
|
"cassandra": {
|
|
"contactPoints": "DB_CASSANDRA_URI",
|
|
"localDataCenter": "DB_CASSANDRA_LOCALDATACENTER",
|
|
"keyspace": "DB_CASSANDRA_KEYSPACE"
|
|
}
|
|
},
|
|
"search": {
|
|
"type": "SEARCH_DRIVER",
|
|
"elasticsearch": {
|
|
"endpoint": "SEARCH_ES_ENDPOINT",
|
|
"flushInterval": "SEARCH_ES_FLUSHINTERVAL"
|
|
}
|
|
},
|
|
"storage": {
|
|
"secret": "STORAGE_SECRET",
|
|
"type": "STORAGE_DRIVER",
|
|
"local": {
|
|
"path": "STORAGE_LOCAL_PATH"
|
|
},
|
|
"S3": {
|
|
"endPoint": "STORAGE_S3_ENDPOINT",
|
|
"port": "STORAGE_S3_PORT",
|
|
"useSSL": "STORAGE_S3_USE_SSL",
|
|
"accessKey": "STORAGE_S3_ACCESS_KEY",
|
|
"secretKey": "STORAGE_S3_SECRET_KEY"
|
|
}
|
|
},
|
|
"message-queue": {
|
|
"type": "PUBSUB_TYPE",
|
|
"amqp": {
|
|
"urls": "PUBSUB_URLS"
|
|
}
|
|
},
|
|
"pusbub": {
|
|
"//": "//deprecated",
|
|
"type": "PUBSUB_TYPE",
|
|
"amqp": {
|
|
"urls": "PUBSUB_URLS"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"server": "PLUGINS_SERVER"
|
|
}
|
|
}
|