51f9c1ca29
* connect: remove panic when unable to load previous gateway conf * connect: dont panic when cant get config file
8 lines
308 B
Rust
8 lines
308 B
Rust
// Copyright 2022 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub const CONFIG_DIR_NAME: &str = "nym-wallet";
|
|
pub const CONFIG_FILENAME: &str = "config.toml";
|
|
pub const STORAGE_DIR_NAME: &str = "nym-wallet";
|
|
pub const WALLET_INFO_FILENAME: &str = "saved-wallet.json";
|