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
8e60c2d4
Commit
8e60c2d4
authored
Aug 11, 2023
by
Will Cory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Remove unecessary flag
parent
92df7779
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
cli.go
indexer/cli/cli.go
+0
-9
example.env
indexer/example.env
+0
-3
No files found.
indexer/cli/cli.go
View file @
8e60c2d4
...
@@ -72,15 +72,6 @@ var (
...
@@ -72,15 +72,6 @@ var (
Usage
:
"path to config file"
,
Usage
:
"path to config file"
,
EnvVars
:
[]
string
{
"INDEXER_CONFIG"
},
EnvVars
:
[]
string
{
"INDEXER_CONFIG"
},
}
}
// Not used yet. Use this flag to run legacy app instead
// Remove me after indexer is released
IndexerRefreshFlag
=
&
cli
.
BoolFlag
{
Name
:
"indexer-refresh"
,
Value
:
false
,
Aliases
:
[]
string
{
"i"
},
Usage
:
"run new unreleased indexer by passing in flag"
,
EnvVars
:
[]
string
{
"INDEXER_REFRESH"
},
}
)
)
// make a instance method on Cli called Run that runs cli
// make a instance method on Cli called Run that runs cli
...
...
indexer/example.env
View file @
8e60c2d4
...
@@ -2,8 +2,5 @@
...
@@ -2,8 +2,5 @@
INDEXER_L1_ETH_RPC=FILL_ME_IN
INDEXER_L1_ETH_RPC=FILL_ME_IN
INDEXER_L2_ETH_RPC=FILL_ME_IN
INDEXER_L2_ETH_RPC=FILL_ME_IN
# temporary env variable to enable to new indexer
INDEXER_REFRESH=1
# Fill in to use prisma studio ui with a db other than the default
# Fill in to use prisma studio ui with a db other than the default
# DATABASE_URL=FILL_ME_IN
# DATABASE_URL=FILL_ME_IN
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