install final
This commit is contained in:
@@ -35,7 +35,7 @@ EMAIL_HOST_PASSWORD=123456
|
||||
EMAIL_USE_TLS=True
|
||||
|
||||
LOGGING_FILE=test_tube.log
|
||||
SECRET_KEY=django-insecure-0)4_w=pjv1ex7=s=c=ii3g@fx_=8fb=hxk€3bpk1)uj(0ph0t)
|
||||
SECRET_KEY="django-insecure-0)4_w=pjv1ex7=s=c=ii3g@fx_=8fb=hxk€3bpk1)uj(0ph0t)"
|
||||
USER=rpi4
|
||||
GROUP=rpi4
|
||||
|
||||
@@ -74,10 +74,10 @@ DATABASE_POSTGRES_PORT=5432
|
||||
####
|
||||
# database
|
||||
#
|
||||
DATABASE_ROOT_PASSWORD=change_me
|
||||
DATABASE_ROOT_PASSWORD=planaire
|
||||
DATABASE_NAME=test_tube
|
||||
DATABASE_USER=test_tube
|
||||
DATABASE_PASSWORD=change_me
|
||||
DATABASE_PASSWORD=planaire
|
||||
|
||||
####
|
||||
## reductstore
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 KiB |
@@ -77,9 +77,9 @@
|
||||
<a href="{% url 'scanner:reductstore' %}" class="w3-bar-item w3-btn w3-hover-opacity w3-margin-left">
|
||||
<img class="w3-no-padding" src="/static/img/reductstore.png" style="width: 24px"> {% trans "Base de données Reductstore" %}
|
||||
</a>
|
||||
<!--a href="{% url 'scanner:adminer' %}" class="w3-bar-item w3-btn w3-hover-opacity w3-margin-left">
|
||||
<a href="{% url 'scanner:adminer' %}" class="w3-bar-item w3-btn w3-hover-opacity w3-margin-left">
|
||||
<img class="w3-no-padding" src="/static/img/adminer.png" style="width: 28px"> {% trans "Base de données mariadb" %}
|
||||
</a-->
|
||||
</a>
|
||||
<!--a href="{% url 'scanner:portainer' %}" class="w3-bar-item w3-btn w3-hover-opacity" w3-margin-left>
|
||||
<img class="w3-no-padding" src="/static/img/portainer.png" style="width: 28px"> {% trans "Portainer" %}
|
||||
</a-->
|
||||
|
||||
Reference in New Issue
Block a user