Skip to content

Commit

Permalink
F #5804: Support routes (#1998)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0d50a59)
  • Loading branch information
jloboescalona2 authored and rsmontero committed Jul 27, 2022
1 parent ffead05 commit b4e55c7
Show file tree
Hide file tree
Showing 21 changed files with 1,307 additions and 267 deletions.
9 changes: 9 additions & 0 deletions src/fireedge/etc/fireedge-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ session_remember_expiration: 3600

# minimum life expiration time (minutes)
minimun_opennebula_expiration: 30

# :subscriber_endpoint to subscribe for OpenNebula events must match those in
# oned.conf
subscriber_endpoint: tcp://localhost:2101

# Log debug level: https://github.com/winstonjs/winston#using-logging-levels
# 0 = ERROR, 1 = WARNING, 2 = INFO, 5 = DEBUG
#
debug_level: 2
25 changes: 20 additions & 5 deletions src/fireedge/etc/sunstone/sunstone-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,26 @@ vcenter_prepend_command: ''
sunstone_prepend: ''

# Directory to store temporal files when uploading images
tmpdir: /var/tmp
tmpdir: '/var/tmp'

# Size upload file
max_upload_file_size: 20000


################################################################################
# Proxy
################################################################################

#Enable an http proxy for the support portal and to download MarketPlaceApps
# from the MarketPlace to the user's desktop.

#proxy: ""

################################################################################
# Check Official support
################################################################################

#token_remote_support: ""

################################################################################
# UI Settings
Expand Down Expand Up @@ -94,7 +113,3 @@ langs:
vi: 'Vietnamese'
zh_CN: 'Chinese (China)'
zh_TW: 'Chinese (Taiwan)'

################################################################################
# Unused Settings for future features (added in 6.4 LTS)
################################################################################
Loading

0 comments on commit b4e55c7

Please sign in to comment.