mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Update .env.example
This commit is contained in:
parent
88bde65e08
commit
9081fc0a4e
1 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,6 @@
|
||||||
# - go to `/cp-install` to complete installation
|
# - go to `/cp-install` to complete installation
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
|
|
||||||
CI_ENVIRONMENT=development
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Instance configuration
|
# Instance configuration
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
|
@ -20,8 +18,8 @@ media.baseURL="https://__DOMAIN__"
|
||||||
admin.gateway="cp-admin"
|
admin.gateway="cp-admin"
|
||||||
auth.gateway="cp-auth"
|
auth.gateway="cp-auth"
|
||||||
|
|
||||||
media.root="media"
|
#media.root="media"
|
||||||
media.storage="__DATA_DIR__"
|
#media.storage="__DATA_DIR__"
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Database configuration
|
# Database configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue