mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-03-15 15:16:28 -04:00
8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
source .venv/bin/activate
|
||
|
export FLASK_APP=xmrnodes/app.py
|
||
|
export FLASK_SECRETS=config.py
|
||
|
export FLASK_DEBUG=1
|
||
|
flask run
|