1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 10:53:28 +00:00
Beego/scripts/prepare_etcd.sh
2020-08-29 14:27:06 +00:00

8 lines
210 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
etcdctl put sub.sub.key1 sub.sub.key