Correct CARTO_HOSTNAME setter
This commit is contained in:
parent
5e721f0cac
commit
b9efc49137
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CARTO_HOSTNAME = ${CARTO_HOSTNAME:=$HOSTNAME}
|
export CARTO_HOSTNAME=${CARTO_HOSTNAME:=$HOSTNAME}
|
||||||
|
|
||||||
perl -pi -e 's/cartodb\.localhost/$ENV{"CARTO_HOSTNAME"}/g' /etc/nginx/sites-enabled/default /cartodb/config/app_config.yml /Windshaft-cartodb/config/environments/development.js
|
perl -pi -e 's/cartodb\.localhost/$ENV{"CARTO_HOSTNAME"}/g' /etc/nginx/sites-enabled/default /cartodb/config/app_config.yml /Windshaft-cartodb/config/environments/development.js
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user