ikpanel
  • Getting started
  • Introduction
    • Configuration
      • Policy
      • Navigation menu
      • Dashboard
    • Backup & Restore
      • SCP
      • Dropbox
    • Users
    • Roles
  • Modules
    • Blog
    • Calendar
    • Gallery
    • Newsletter
    • E-Commerce
  • Extend
    • Module Development
Powered by GitBook
On this page
  • # Environment variables
  • Panel URL
  • Broadcasting

Was this helpful?

  1. Introduction

Configuration

# Environment variables

There are a few options that you can customize within your .env file.

Panel URL

The most important thing that you should customize is your ikpanel URL. By default, ikpanel is deployed on root URL but you can change it by adding IKPANEL_URL variable in your .env file.

.env
IKPANEL_URL=/admin

With this option, you can reach ikpanel on "www.yourdomain.com/admin".

Broadcasting

You can enable broadcasting events with:

IKPANEL_BROADCASTING=true|false
PreviousGetting startedNextPolicy

Last updated 6 years ago

Was this helpful?