mirror of
https://github.com/astaxie/beego.git
synced 2024-11-05 12:30:55 +00:00
7 lines
173 B
Bash
7 lines
173 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
etcdctl put current.float 1.23
|
||
|
etcdctl put current.bool true
|
||
|
etcdctl put current.int 11
|
||
|
etcdctl put current.string hello
|
||
|
etcdctl put current.serialize.name test
|