diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..44f53d8 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +CONFIG_SERVER_CREDS = "ws://ip.ip.ip.ip:port" +API_GRUBBER_SOCKET = "api-grubber.sock" +PREPROC_SOCKET = "preproc.sock" + +DB_HOST = "ip.addr.postgresql.server" +DB_USER = "db_user" +DB_PASSWORD = "db_user_password" +DB_DBNAME = "db_name" \ No newline at end of file