Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
keystone_6
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Андрей Безуглов
keystone_6
Commits
04d16679
Commit
04d16679
authored
Oct 03, 2023
by
Андрей Безуглов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pm2.
parent
49605b4a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
7 deletions
+18
-7
ecosystem.config.js
ecosystem.config.js
+18
-0
keystone.db
keystone.db
+0
-0
keystone.js
keystone.js
+0
-7
No files found.
ecosystem.config.js
0 → 100644
View file @
04d16679
module
.
exports
=
{
apps
:
[
{
name
:
'keystone_6'
,
script
:
'./node_modules/@keystone-6/core/bin/cli.js'
,
args
:
'start'
,
instances
:
1
,
exec_mode
:
'cluster'
,
wait_ready
:
true
,
listen_timeout
:
10000
,
env
:
{
PORT
:
3000
,
},
},
],
};
\ No newline at end of file
keystone.db
View file @
04d16679
No preview for this file type
keystone.js
View file @
04d16679
...
...
@@ -37,11 +37,4 @@ export default config({
url
:
'file:./keystone.db'
,
},
lists
,
server
:
{
cors
:
{
origin
:
[
'http://localhost:7777'
],
credentials
:
true
},
port
:
3000
,
maxFileSize
:
200
*
1024
*
1024
,
extendExpressApp
:
(
app
,
commonContext
)
=>
{
/* ... */
},
extendHttpServer
:
(
httpServer
,
commonContext
,
graphQLSchema
)
=>
{
/* ... */
},
},
});
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment