mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Fixing issues with bin/setup.sh
We accidentally were including some boilerplate from the project that the setup files was pulled from.
This commit is contained in:
parent
71b45f7341
commit
495665088b
3
.gitignore
vendored
3
.gitignore
vendored
@ -48,3 +48,6 @@ jspm_packages
|
|||||||
|
|
||||||
# Mac OS dirty files
|
# Mac OS dirty files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Application Specific
|
||||||
|
.env
|
||||||
|
@ -64,8 +64,6 @@ write_env_file() {
|
|||||||
[[ -f .env ]] || {
|
[[ -f .env ]] || {
|
||||||
echo '# Consul discovery via Triton CNS' >> .env
|
echo '# Consul discovery via Triton CNS' >> .env
|
||||||
echo CONSUL=consul.svc.${TRITON_ACCOUNT}.${TRITON_DC}.cns.joyent.com >> .env
|
echo CONSUL=consul.svc.${TRITON_ACCOUNT}.${TRITON_DC}.cns.joyent.com >> .env
|
||||||
echo MONGO_URL=mongodb://mongo.svc.${TRITON_ACCOUNT}.${TRITON_DC}.cns.joyent.com:27017/rocketchat >> .env
|
|
||||||
echo ROOT_URL=http://rocketchat.svc.${TRITON_ACCOUNT}.${TRITON_DC}.cns.joyent.com:3000/ >> .env
|
|
||||||
echo >> .env
|
echo >> .env
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user