Skip to content

Commit

Permalink
[HK] remove unused logo setting and add comment to the other one
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Mar 22, 2020
1 parent 3bd4b64 commit 9f38e24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .env.docker
Expand Up @@ -55,8 +55,7 @@ IDENTITY_BILLING_PHONE="+1 111 555 5555"
IDENTITY_BILLING_HOURS="24x7"
IDENTITY_SITENAME="Docker IXP Manager"
IDENTITY_CORPORATE_URL="http://www.example.com/"
IDENTITY_LOGO="/srv/ixpmanager/public/images/ixp-manager.png"
IDENTITY_BIGLOGO="http://www.ixpmanager.org/images/logos/ixp-manager.png"
IDENTITY_BIGLOGO="//www.ixpmanager.org/images/logos/ixp-manager.png"
IDENTITY_BIGLOGO_OFFSET="offset4"

# For some actions (e.g. peering matrix) we need to know what VLAN to show by default.
Expand Down
3 changes: 2 additions & 1 deletion .env.example
Expand Up @@ -74,7 +74,8 @@ IDENTITY_BILLING_HOURS="24x7"
# Web address of your IXP's website. Used in IX-F Export schema, etc.
IDENTITY_CORPORATE_URL="http://www.example.com/"

IDENTITY_LOGO="/srv/ixpmanager/public/images/ixp-manager.png"
# The logo to show on the login page. Should be a URL.
# (the example here works - the leading '//' means the browser should match http/https based on the web page)
IDENTITY_BIGLOGO="//www.ixpmanager.org/images/logos/ixp-manager.png"

# For some actions (e.g. peering matrix) we need to know what VLAN to show by default.
Expand Down
3 changes: 1 addition & 2 deletions .env.vagrant
Expand Up @@ -42,8 +42,7 @@ IDENTITY_BILLING_PHONE="+1 111 555 5555"
IDENTITY_BILLING_HOURS="24x7"
IDENTITY_SITENAME="Vagrant IXP Manager"
IDENTITY_CORPORATE_URL="http://www.example.com/"
IDENTITY_LOGO="/vagrant/public/images/ixp-manager.png"
IDENTITY_BIGLOGO="http://www.ixpmanager.org/images/logos/ixp-manager.png"
IDENTITY_BIGLOGO="//www.ixpmanager.org/images/logos/ixp-manager.png"
IDENTITY_BIGLOGO_OFFSET="offset4"
IDENTITY_MISC_IRC_PASSWORD="xxxxxxx"
IDENTITY_DEFAULT_VLAN=1
Expand Down
1 change: 0 additions & 1 deletion config/identity.php
Expand Up @@ -58,7 +58,6 @@

'corporate_url' => env( 'IDENTITY_CORPORATE_URL', '*** CONFIG IDENTITY IN .env ***' ),
'url' => env( 'APP_URL', '*** CONFIG APP_URL IN .env ***' ),
'logo' => env( 'IDENTITY_LOGO', '*** CONFIG IDENTITY IN .env ***' ),
'biglogo' => env( 'IDENTITY_BIGLOGO', '*** CONFIG IDENTITY IN .env ***' ),

'vlans' => [
Expand Down

0 comments on commit 9f38e24

Please sign in to comment.