Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
exchain
nebula
Commits
ab15f323
Unverified
Commit
ab15f323
authored
Sep 06, 2023
by
mergify[bot]
Committed by
GitHub
Sep 06, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into dependabot/npm_and_yarn/vitest/coverage-istanbul-0.34.3
parents
2012b3b0
c576a7c5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
79 deletions
+82
-79
indexer.toml
indexer/indexer.toml
+9
-5
schema.prisma
indexer/ui/schema.prisma
+73
-74
No files found.
indexer/indexer.toml
View file @
ab15f323
...
@@ -22,11 +22,15 @@ l1-rpc = "${INDEXER_RPC_URL_L1}"
...
@@ -22,11 +22,15 @@ l1-rpc = "${INDEXER_RPC_URL_L1}"
l2-rpc
=
"${INDEXER_RPC_URL_L2}"
l2-rpc
=
"${INDEXER_RPC_URL_L2}"
[db]
[db]
host
=
"postgres"
host
=
"$INDEXER_DB_HOST"
port
=
5432
# this port may be problematic once we depoly
user
=
"db_username"
# the DATABASE_URL looks like this for previous services and didn't include a port
password
=
"db_password"
# DATABASE_URL="postgresql://${INDEXER_DB_USER}:${INDEXER_DB_PASS}@localhost/${INDEXER_DB_NAME}?host=${INDEXER_DB_HOST}"
name
=
"db_name"
# If not problematic delete these comments
port
=
$INDEXER_DB_PORT
user
=
"$INDEXER_DB_USER"
password
=
"$INDEXER_DB_PASS"
name
=
"$INDEXER_DB_NAME"
[http]
[http]
host
=
"127.0.0.1"
host
=
"127.0.0.1"
...
...
indexer/ui/schema.prisma
View file @
ab15f323
This diff is collapsed.
Click to expand it.
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