Local Deployment
Welcome to the fast lane! If you're looking to ran Lightning User Vault right on your machine, you're in the right place. Let's get you set up and running in no time!
Last updated
Welcome to the fast lane! If you're looking to ran Lightning User Vault right on your machine, you're in the right place. Let's get you set up and running in no time!
Last updated
Ensure you have git
installed to clone the repository.
For caching and database functionalities, you'll need to have PostgreSQL
and Memcached
preinstalled. If you don't want to use these services, you can disable caching and use the Pebble
database instead.
📝 Steps:
Clone the Repository:
Build the Binary:
Run the Server:
⚙️ Configuration:
The server runs with default parameters, but you can override them in two ways:
Using Flags: You can provide flags when starting the server to override default configurations. For a detailed list of available flags, refer to
Using Environment Variables: You can set environment variables to configure the server. For a detailed list of available environment variables, refer to
Note: If both flags and environment variables are provided, the environment variables will take priority.