1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 21:54:12 +00:00
Beego/scripts/prepare_etcd.sh

7 lines
173 B
Bash
Raw Normal View History

2020-08-26 03:46:22 +00:00
#!/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