diff --git a/conf/servers.json b/conf/servers.json index cfe071f..520c7c9 100644 --- a/conf/servers.json +++ b/conf/servers.json @@ -2,6 +2,6 @@ { "name": "Main server", "url": "https://__DOMAIN__", - "apiKey": "09c972b7-506b-49f1-a19a-d729e22e599c" + "apiKey": "__KEY__" } ] \ No newline at end of file diff --git a/scripts/install b/scripts/install index 5c93af1..f2d448e 100755 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,6 @@ ynh_add_nginx_config ynh_script_progression --message="Adding a configuration file..." --weight=2 ynh_add_config --template="../conf/.env-sample" --destination="$install_dir/.env" -ynh_add_config --template="../conf/servers.json" --destination="$install_dir/servers.json" chmod 400 "$install_dir/.env" chown $app:$app "$install_dir/.env"