diff --git a/sphinx/aws/aws_specify_asset_server_setup.md b/sphinx/aws/aws_specify_asset_server_setup.md index 59e038e..a45b85f 100644 --- a/sphinx/aws/aws_specify_asset_server_setup.md +++ b/sphinx/aws/aws_specify_asset_server_setup.md @@ -44,7 +44,6 @@ DEBUG = True # Set KEY to None to disable security. This is NOT recommended since doing so # will allow anyone on the internet to use the attachment server to store # arbitrary files. -#KEY = 'tnhercbrhtktanehul.dukb' KEY = 'test_attachment_key' # Auth token timestamp must be within this many seconds of server time @@ -225,7 +224,6 @@ subdomain.domain.name = /var/www /etc/ssl/certs/dhparam.pem from subdomain.domain.name-> ``` -----BEGIN DH PARAMETERS----- -... -----END DH PARAMETERS----- ``` diff --git a/sphinx/aws/aws_specify_cloud_setup.md b/sphinx/aws/aws_specify_cloud_setup.md index 4a9eddc..09fe1ee 100644 --- a/sphinx/aws/aws_specify_cloud_setup.md +++ b/sphinx/aws/aws_specify_cloud_setup.md @@ -58,16 +58,19 @@ spcloudservers.json -> } } ``` + +Fill in everything between <> defaults.env -> + ``` DATABASE_HOST=...rds.amazonaws.com DATABASE_PORT=3306 MASTER_NAME=master MASTER_PASSWORD= SECRET_KEY=bogus -ASSET_SERVER_URL=https://ASSET_SERVER_FQDN/web_asset_store.xml -ASSET_SERVER_KEY=ASSET_SERVER_KEY -REPORT_RUNNER_HOST=10.132.218.32 +ASSET_SERVER_URL=https:///web_asset_store.xml +ASSET_SERVER_KEY= +REPORT_RUNNER_HOST= REPORT_RUNNER_PORT=8080 CELERY_BROKER_URL=redis://redis/0 CELERY_RESULT_BACKEND=redis://redis/1