The Complete Strapi™ Course with Plugins and Deployment - Admin Server Configurations

The Complete Strapi™ Course with Plugins and Deployment - Admin Server Configurations

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers admin server configurations, focusing on changing the access URL for security reasons. It explains the need to rebuild the admin panel for changes to take effect and demonstrates running the admin development server with custom settings. Various configuration options, including JWT token settings and callback functions, are explored. The tutorial also discusses production and deployment settings, such as email configurations and separating the admin panel from the backend server.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default path at which the admin panel is served?

/control

/admin

/dashboard

/panel

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must be done after changing the admin panel's URL to make it effective?

Rebuild the admin panel

Restart the server

Update the database

Clear the browser cache

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command allows hot reloading of the admin panel during development?

yarn start

yarn build

yarn develop --watch-admin

yarn serve

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default expiration time for JWT tokens in the admin panel?

60 days

30 days

15 days

7 days

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which feature automatically opens the admin panel when the server starts?

Fast-access

Quick-start

Auto-open

Auto-launch

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can be changed in the admin.js file for email configurations?

Email server

Email template

Email encryption

Email storage

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of setting the 'serveAdminPanel' to false in production?

To enhance user interface

To disable the admin panel

To separate the admin panel from the backend server

To increase server speed