File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ api_aws_secret_access_key=A6XOpeEElvvIulfAzVLohqKtpKij5ZE8h0FFx0Jn
44api_github_client_id=baa5c868b6d17d7ae002
55api_github_client_secret=ad4f8527ae98d7eea15a32ee5abbead5c9a25abc
66api_github_deploy_keys_bucket=runnable.deploykeys.production-beta
7- api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
87api_mixpanel_app_id=c41affa4b08818443365c526cbb51606
98api_mongo_auth=api:oW4c7x9Wiv28oiNBy2Bc
109api_mongo_database=beta
@@ -60,3 +59,4 @@ rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
6059registry_host=10.20.1.55
6160swarm_token=d363b783f03a845a2c82b081bfe8443e
6261user_content_domain=runnablecloud.com
62+ api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ loggly_username: ops
3434
3535# api
3636api_github_hook_secret : 3V3RYTHINGisAW3S0ME!
37+ api_hostname : api.{{ domain }}
3738api_neo4j_port : 7474
3839api_neo4j_protocol : http://
39- api_hostname : api.{{ domain }}
4040api_port : 80
4141
4242# astral
Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ dockerfile_post_install_commands: [
1616]
1717
1818container_envs : >
19- -e NODE_ENV={{ node_env }}
2019 -e ABSOLUTE_URL={{ detention_hostname }}
20+ -e API_HOSTNAME={{ api_hostname }}
21+ -e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
22+ -e NODE_ENV={{ node_env }}
2123 -e PORT={{ hosted_ports[0] }}
2224
2325container_run_opts : >
Original file line number Diff line number Diff line change @@ -60,3 +60,4 @@ rabbit_username=a4c1ac709c3bc685a6665fc1d23d737d
6060registry_host=10.0.1.254
6161swarm_token=40ec138a1b478aaf84aca2a1c21c70fe
6262user_content_domain=runnableapp.com
63+ api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
You can’t perform that action at this time.
0 commit comments