Skip to content

Commit 5ce51e6

Browse files
Merge pull request #2 from RoboVault/graphql-server
Splitting graphql server into it's own manager
2 parents 46e7139 + f577044 commit 5ce51e6

File tree

4 files changed

+193
-114
lines changed

4 files changed

+193
-114
lines changed

manager/.env.sample

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ INFLUX_URL=
1212
INFLUX_TOKEN=
1313
INFLUX_ORG=
1414
INFLUX_BUCKET=
15-
ENVIRONMENT= # dev | staging | prod
15+
ENVIRONMENT= # dev | staging | prod
16+
OPTIONS_GRAPHQL_SERVER=true
17+
OPTIONS_ARKIVE_MANAGER=false

0 commit comments

Comments
 (0)