Skip to content

Commit

Permalink
use vars in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeppozz committed Mar 4, 2024
1 parent 69a372a commit 3a61f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions sphinx/aws/aws_specify_asset_server_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -225,7 +224,6 @@ subdomain.domain.name = /var/www
/etc/ssl/certs/dhparam.pem from subdomain.domain.name->
```
-----BEGIN DH PARAMETERS-----
...
-----END DH PARAMETERS-----
```

Expand Down
9 changes: 6 additions & 3 deletions sphinx/aws/aws_specify_cloud_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,19 @@ spcloudservers.json ->
}
}
```

Fill in everything between <>
defaults.env ->

```
DATABASE_HOST=<db_instance_name>.<identifier>.<region>.rds.amazonaws.com
DATABASE_PORT=3306
MASTER_NAME=master
MASTER_PASSWORD=<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://<asset_server_fqdn>/web_asset_store.xml
ASSET_SERVER_KEY=<asset_server_key>
REPORT_RUNNER_HOST=<xxx.xx.xx.xx>
REPORT_RUNNER_PORT=8080
CELERY_BROKER_URL=redis://redis/0
CELERY_RESULT_BACKEND=redis://redis/1
Expand Down

0 comments on commit 3a61f3c

Please sign in to comment.