Self-hosting on Gandi | Questions about Strapi and MySQL

Hi,

I’m continuing this thread because I have a pondering question. Gandi requires a server.js on the root file:

In the instructions here:


const strapi = require('@strapi/strapi');
strapi(/* {...} */).start();

I am pondering what is the strapi() function suppose to hold on itself for arguments? Is the commented object there just as an demonstration or what is it suppose to contain?