We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fff812 commit 4aaadb9Copy full SHA for 4aaadb9
test/cluster-py/master.lua
@@ -1,5 +1,5 @@
1
#!/usr/bin/env tarantool
2
-os = require('os')
+local os = require('os')
3
box.cfg({
4
listen = os.getenv("LISTEN"),
5
memtx_memory = 107374182,
unit/suites/box.lua
require('console').listen(os.getenv("ADMIN_PORT"))
box.cfg{
0 commit comments