This commit is contained in:
parent
1f23ae0992
commit
cb6f3496b4
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# The internal ip of the master server
|
# The internal ip of the master server
|
||||||
master_ip=localhost
|
master_ip=142.132.219.61
|
||||||
|
|
||||||
# Port number
|
# Port number
|
||||||
port=2000
|
port=2000
|
||||||
|
|
2
start.sh
2
start.sh
|
@ -14,7 +14,7 @@ echo "mysql_username=$MYSQL_USERNAME" >> /app/sharedconfig.ini
|
||||||
echo "mysql_password=$MYSQL_PASSWORD" >> /app/sharedconfig.ini
|
echo "mysql_password=$MYSQL_PASSWORD" >> /app/sharedconfig.ini
|
||||||
echo "log_to_console=1" >> /app/sharedconfig.ini
|
echo "log_to_console=1" >> /app/sharedconfig.ini
|
||||||
echo "log_debug_statements=0" >> /app/sharedconfig.ini
|
echo "log_debug_statements=0" >> /app/sharedconfig.ini
|
||||||
echo "external_ip=localhost" >> /app/sharedconfig.ini
|
echo "external_ip=142.132.219.61" >> /app/sharedconfig.ini
|
||||||
echo "dont_generate_dcf=0" >> /app/sharedconfig.ini
|
echo "dont_generate_dcf=0" >> /app/sharedconfig.ini
|
||||||
echo "max_clients=$MAX_CLIENTS" >> /app/sharedconfig.ini
|
echo "max_clients=$MAX_CLIENTS" >> /app/sharedconfig.ini
|
||||||
echo "dump_folder=/dev/null" >> /app/sharedconfig.ini
|
echo "dump_folder=/dev/null" >> /app/sharedconfig.ini
|
||||||
|
|
Loading…
Reference in a new issue