Feat #43: Add CLI command for the backends #11
1 changed files with 18 additions and 0 deletions
18
.envrc
Normal file
18
.envrc
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Can be debug,info,warning,error
|
||||
export LOG_LEVEL=debug
|
||||
|
||||
# Can be net,unix
|
||||
export SERVER_MODE=net
|
||||
export SERVER_HOST="0.0.0.0"
|
||||
export SERVER_PORT="5000"
|
||||
# SERVER_SOCK_PATH = ""
|
||||
|
||||
export STORAGE_TYPE="sqlite"
|
||||
export STORAGE_FILEPATH="./build/polyculeconnect.db"
|
||||
# STORAGE_HOST = "127.0.0.1"
|
||||
# STORAGE_PORT = "5432"
|
||||
# STORAGE_DB = "polyculeconnect"
|
||||
# STORAGE_USER = "polyculeconnect"
|
||||
# STORAGE_PASSWORD = "polyculeconnect"
|
||||
# STORAGE_SSL_MODE = "disable"
|
||||
# STORAGE_SSL_CA_FILE = ""
|
Loading…
Reference in a new issue