kopia lustrzana https://github.com/bugout-dev/moonstream
Changed 0.0.0.0 to localhost for db server
rodzic
9e9462c519
commit
31e4eae4a3
|
@ -7,7 +7,7 @@ User=ubuntu
|
||||||
Group=www-data
|
Group=www-data
|
||||||
WorkingDirectory=/home/ubuntu/moonstream/db/server
|
WorkingDirectory=/home/ubuntu/moonstream/db/server
|
||||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||||
ExecStart=/home/ubuntu/moonstream/db/server/moonstreamdb -host 0.0.0.0 -port "${MOONSTREAM_DB_SERVER_PORT}"
|
ExecStart=/home/ubuntu/moonstream/db/server/moonstreamdb -host 127.0.0.1 -port "${MOONSTREAM_DB_SERVER_PORT}"
|
||||||
SyslogIdentifier=moonstreamdb
|
SyslogIdentifier=moonstreamdb
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Ładowanie…
Reference in New Issue