Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alerta-docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TMENARD_PUBLIC
alerta-docker
Commits
1a73f18a
Commit
1a73f18a
authored
9 years ago
by
Tim Allen
Browse files
Options
Downloads
Patches
Plain Diff
Remove reject plugin.
parent
563e15f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alerta-api/Dockerfile
+0
-1
0 additions, 1 deletion
alerta-api/Dockerfile
alerta-api/alertad.conf.sh
+0
-2
0 additions, 2 deletions
alerta-api/alertad.conf.sh
with
0 additions
and
3 deletions
alerta-api/Dockerfile
+
0
−
1
View file @
1a73f18a
...
...
@@ -13,7 +13,6 @@ ENV CUSTOMER_VIEWS False
ENV
CLIENT_ID not-set
ENV
CLIENT_SECRET not-set
ENV
ALLOWED_EMAIL_DOMAIN *
ENV
ALLOWED_ENVIRONMENTS "'*'"
ADD
alertad.conf.sh /alertad.conf.sh
...
...
This diff is collapsed.
Click to expand it.
alerta-api/alertad.conf.sh
+
0
−
2
View file @
1a73f18a
...
...
@@ -12,7 +12,5 @@ CUSTOMER_VIEWS = $CUSTOMER_VIEWS
OAUTH2_CLIENT_ID = '
$CLIENT_ID
'
OAUTH2_CLIENT_SECRET = '
$CLIENT_SECRET
'
ALLOWED_EMAIL_DOMAINS = ['
$ALLOWED_EMAIL_DOMAIN
']
ALLOWED_ENVIRONMENTS = [
$ALLOWED_ENVIRONMENTS
]
PLUGINS = ['reject']
EOF
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment