mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-17 02:23:57 -05:00
minor configs
This commit is contained in:
@@ -10,7 +10,7 @@ if os.environ.get('VCAP_APPLICATION'):
|
||||
|
||||
class Config(object):
|
||||
ADMIN_CLIENT_SECRET = os.environ.get('ADMIN_CLIENT_SECRET')
|
||||
API_HOST_NAME = os.environ.get('API_HOST_NAME', 'https://notifications-api.app.cloud.gov')
|
||||
API_HOST_NAME = os.environ.get('API_HOST_NAME', 'localhost')
|
||||
SECRET_KEY = os.environ.get('SECRET_KEY')
|
||||
DANGEROUS_SALT = os.environ.get('DANGEROUS_SALT')
|
||||
ZENDESK_API_KEY = os.environ.get('ZENDESK_API_KEY')
|
||||
|
||||
@@ -28,7 +28,6 @@ RUN apt-get update \
|
||||
tldr \
|
||||
unzip \
|
||||
vim \
|
||||
apache2-utils \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -7,4 +7,3 @@ AWS_ACCESS_KEY_ID: asdf
|
||||
AWS_SECRET_ACCESS_KEY: asdf
|
||||
BASIC_AUTH_USERNAME: asdf
|
||||
BASIC_AUTH_PASSWORD: asdf
|
||||
NOTIFY_LOG_LEVEL: asdf
|
||||
|
||||
Reference in New Issue
Block a user