Add random generated mysql passwords on prod install

This commit is contained in:
Stephan Oeste
2022-07-26 22:07:46 +02:00
parent 65cd708295
commit 412a0ee577
8 changed files with 64 additions and 18 deletions

View File

@@ -24,8 +24,8 @@
"ENABLED": true,
"HOST": "127.0.0.1",
"PORT": 3306,
"USERNAME": "mempool_testnet",
"PASSWORD": "mempool_testnet",
"USERNAME": "__MEMPOOL_TESTNET_USER__",
"PASSWORD": "__MEMPOOL_TESTNET_PASS__",
"DATABASE": "mempool_testnet"
},
"STATISTICS": {