1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-20 23:01:51 +00:00
Beego/scripts/prepare_etcd.sh
2020-08-29 00:07:33 +08:00

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